From 7b378b1b5b346bd49a5ab1652214fb34d03de3a9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 9 Jun 2013 00:51:01 -0700 Subject: Sun Jun 9 00:50:45 PDT 2013 --- libre/sh-roundup/makefile-fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/sh-roundup/makefile-fix.patch (limited to 'libre/sh-roundup/makefile-fix.patch') diff --git a/libre/sh-roundup/makefile-fix.patch b/libre/sh-roundup/makefile-fix.patch new file mode 100644 index 000000000..b97bebf23 --- /dev/null +++ b/libre/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 -- cgit v1.2.3-54-g00ecf