btrfs-progs: docs: use manual page link instead of symlink
In order to install uncompressed manual pages we can't use the symlink for the deprecated btrfsck page. Replace it by source command provided by the manual page format. Old: man8/btrfsck.8.gz (symlink) New: man8/btrfsck.8 (file) Reported-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
d980546c71
commit
c0bf61709b
|
@ -101,7 +101,7 @@ install-man: man
|
|||
# want to keep the code generic
|
||||
$(MV) $(DESTDIR)$(man5dir)/btrfs-man5.5.gz $(DESTDIR)$(man5dir)/btrfs.5.gz
|
||||
$(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
|
||||
$(LN_S) -f btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
|
||||
$(INSTALL) -m 644 btrfsck.8 $(DESTDIR)$(man8dir)
|
||||
|
||||
uninstall:
|
||||
cd $(DESTDIR)$(man8dir); rm -f btrfs-check.8.gz $(GZ_MAN8)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
.so man8/btrfs-check.8
|
Loading…
Reference in New Issue