diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 20:55:26 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 20:55:26 -0600 |
commit | 84531aa9eb51c6fff1bc47aee6a25609bbf69126 (patch) | |
tree | a77939f0c04c3f002862dc0bec468b764594ce9e /libre-testing/sh-roundup/makefile-fix.patch | |
parent | c4062b116fa9b14497aa00fa15e3579c44565e61 (diff) | |
download | abslibre-84531aa9eb51c6fff1bc47aee6a25609bbf69126.tar.gz abslibre-84531aa9eb51c6fff1bc47aee6a25609bbf69126.tar.bz2 abslibre-84531aa9eb51c6fff1bc47aee6a25609bbf69126.zip |
move libretools and depends from [libre-testing] to [libre]
Diffstat (limited to 'libre-testing/sh-roundup/makefile-fix.patch')
-rw-r--r-- | libre-testing/sh-roundup/makefile-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libre-testing/sh-roundup/makefile-fix.patch b/libre-testing/sh-roundup/makefile-fix.patch deleted file mode 100644 index b97bebf23..000000000 --- a/libre-testing/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 |