floppym     14/06/20 06:00:08

  Added:                btrfs-progs-3.14.2-install-man.patch
  Log:
  Fix installation of btrfs-check manpage.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.1                  
sys-fs/btrfs-progs/files/btrfs-progs-3.14.2-install-man.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/files/btrfs-progs-3.14.2-install-man.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/files/btrfs-progs-3.14.2-install-man.patch?rev=1.1&content-type=text/plain

Index: btrfs-progs-3.14.2-install-man.patch
===================================================================
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 034559e..f461bf2 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -75,7 +75,7 @@ install: install-man
 install-man: man
        $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
        $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
-       $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
+       $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
 
 clean:
        $(RM) *.xml *.xml+ *.8 *.8.gz




Reply via email to