summaryrefslogtreecommitdiff
path: root/core/btrfs-progs/01-fix-manpages.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/btrfs-progs/01-fix-manpages.patch')
-rw-r--r--core/btrfs-progs/01-fix-manpages.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/btrfs-progs/01-fix-manpages.patch b/core/btrfs-progs/01-fix-manpages.patch
new file mode 100644
index 000000000..6fb9ce6ed
--- /dev/null
+++ b/core/btrfs-progs/01-fix-manpages.patch
@@ -0,0 +1,13 @@
+diff --git a/Documentation/Makefile b/Documentation/Makefile
+index e22f5bca0ff2..e3ad34133832 100644
+--- a/Documentation/Makefile
++++ b/Documentation/Makefile
+@@ -74,7 +74,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