blob: f854749b5f4d8cf0b930dd75a629c015a36a5a65 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|