diff options
author | William Pitcock <nenolod@dereferenced.org> | 2013-01-02 17:45:09 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2013-01-02 17:45:26 -0600 |
commit | 72df2565c1fa8baa4b6e3b02364cc7f328b5752a (patch) | |
tree | 28838c1bed7b69b8c4f2f7278de025408bf2abf6 /main/bitchx/bitchx-busybox-cpio.patch | |
parent | 4a370150f533c16a858dc7904b9d52060c02e8eb (diff) | |
download | aports-72df2565c1fa8baa4b6e3b02364cc7f328b5752a.tar.bz2 aports-72df2565c1fa8baa4b6e3b02364cc7f328b5752a.tar.xz |
main/bitchx: new aport
Diffstat (limited to 'main/bitchx/bitchx-busybox-cpio.patch')
-rw-r--r-- | main/bitchx/bitchx-busybox-cpio.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/bitchx/bitchx-busybox-cpio.patch b/main/bitchx/bitchx-busybox-cpio.patch new file mode 100644 index 0000000000..f854749b5f --- /dev/null +++ b/main/bitchx/bitchx-busybox-cpio.patch @@ -0,0 +1,11 @@ +--- BitchX-1.2/Makefile.in ++++ BitchX-1.2.mod/Makefile.in +@@ -212,7 +212,7 @@ + + installhelp: installdirs + cd $(top_srcdir)/bitchx-docs && \ +- find . -name .svn -prune -o -print | cpio -pdmu -R `id -un`:`id -gn` "$(DESTDIR)$(HELPDIR)" ++ find . -name .svn -prune -o -print | cpio -pdmu "$(DESTDIR)$(HELPDIR)" + (find "$(DESTDIR)$(HELPDIR)" -type f ! -name '*.bz2' ! -name '*.gz' | \ + (xargs bzip2 -9f || xargs gzip -9f) || :) 2>/dev/null + |