lars 99/03/22 15:41:40
Modified: src/helpers binbuild.sh
Log:
Remove --user/--group tar options... they are not portable.
Ignore it for now. I'll have to take a closer at it.
Revision Changes Path
1.9 +1 -1 apache-1.3/src/helpers/binbuild.sh
Index: binbuild.sh
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/helpers/binbuild.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- binbuild.sh 1999/03/19 22:57:30 1.8
+++ binbuild.sh 1999/03/22 23:41:40 1.9
@@ -201,7 +201,7 @@
else
if [ "x$GTAR" != "x" ]
then
- $GTAR -zcf ../apache_$VER-$OS.tar.gz -C .. --owner=root --group=root
apache_$VER
+ $GTAR -zcf ../apache_$VER-$OS.tar.gz -C .. apache_$VER
else
if [ "x$TAR" != "x" ]
then