aboutsummaryrefslogtreecommitdiffstats
path: root/main/bitchx/bitchx-busybox-cpio.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/bitchx/bitchx-busybox-cpio.patch')
-rw-r--r--main/bitchx/bitchx-busybox-cpio.patch11
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
+