diff options
author | Lars Eilebrecht <lars@apache.org> | 1999-03-23 00:41:40 +0100 |
---|---|---|
committer | Lars Eilebrecht <lars@apache.org> | 1999-03-23 00:41:40 +0100 |
commit | 438718ffca6479729200a5a4b9ac871d42e2cf14 (patch) | |
tree | 6476dc3f460d39fd7a445f29af3b6d4f60db3951 /build | |
parent | Back out Ken's PassAllEnv code... (diff) | |
download | apache2-438718ffca6479729200a5a4b9ac871d42e2cf14.tar.xz apache2-438718ffca6479729200a5a4b9ac871d42e2cf14.zip |
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
Diffstat (limited to 'build')
-rwxr-xr-x | build/binbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |