summaryrefslogtreecommitdiff
path: root/libre/sh-roundup/makefile-fix.patch
blob: b97bebf2323aa36d4fd975be3029b32002a698b6 (plain)
1
2
3
4
5
6
7
8
9
10
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