summaryrefslogtreecommitdiff
path: root/libre-testing/sh-roundup/makefile-fix.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-30 14:37:28 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-30 14:37:28 -0300
commit475b01fc789b4ee29dab78435c2b6a06d4ed5979 (patch)
tree426c6af5b0d68c7bf3c743f9cc9fa6f3ce44166e /libre-testing/sh-roundup/makefile-fix.patch
parente26f7749abf4e3a21b4087e64ac49a55f71bf596 (diff)
parent4a875122e99a357ad6337ed290b71a36803e6244 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre-testing/sh-roundup/makefile-fix.patch')
-rw-r--r--libre-testing/sh-roundup/makefile-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre-testing/sh-roundup/makefile-fix.patch b/libre-testing/sh-roundup/makefile-fix.patch
new file mode 100644
index 000000000..b97bebf23
--- /dev/null
+++ b/libre-testing/sh-roundup/makefile-fix.patch
@@ -0,0 +1,11 @@
+--- Makefile.orig
++++ Makefile
+@@ -79,7 +79,7 @@
+ chmod 0755 $(bindir)/roundup
+
+ install-man: man
+- -for i in {1..9} ; do cp *.$$i $(mandir)/man$$i 2>/dev/null ; done
++ shopt -s nullglob; for file in *.{1..9}; do install -Dm644 $$file $(mandir)/man$${file##*.}/$${file##*/}; done
+
+ .PHONY: pages
+ pages : doc