summaryrefslogtreecommitdiff
path: root/libre/sh-roundup/makefile-fix.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-17 22:32:55 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-17 22:32:55 +0100
commitedf2b9b7696f29bccb429176b98fc52ce2823449 (patch)
tree32ca2cbe5d8d605de07b439aec57bc0aab51254b /libre/sh-roundup/makefile-fix.patch
parent96fc0c5c72893c76fd6c3814eed8f767f8a215fa (diff)
downloadabslibre-edf2b9b7696f29bccb429176b98fc52ce2823449.tar.gz
abslibre-edf2b9b7696f29bccb429176b98fc52ce2823449.tar.bz2
abslibre-edf2b9b7696f29bccb429176b98fc52ce2823449.zip
libre/sh-roundup: unused. removed
Diffstat (limited to 'libre/sh-roundup/makefile-fix.patch')
-rw-r--r--libre/sh-roundup/makefile-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/sh-roundup/makefile-fix.patch b/libre/sh-roundup/makefile-fix.patch
deleted file mode 100644
index b97bebf23..000000000
--- a/libre/sh-roundup/makefile-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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