From: Lars Eilebrecht Date: Mon, 22 Mar 1999 23:41:40 +0000 (+0000) Subject: Remove --user/--group tar options... they are not portable. X-Git-Tag: 1.3.6~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=438718ffca6479729200a5a4b9ac871d42e2cf14;p=apache Remove --user/--group tar options... they are not portable. Ignore it for now. I'll have to take a closer at it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82979 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/binbuild.sh b/build/binbuild.sh index d359a528a7..07541bba15 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -201,7 +201,7 @@ then 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