summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Eilebrecht <lars@apache.org>1999-03-22 23:41:40 +0000
committerLars Eilebrecht <lars@apache.org>1999-03-22 23:41:40 +0000
commit438718ffca6479729200a5a4b9ac871d42e2cf14 (patch)
tree6476dc3f460d39fd7a445f29af3b6d4f60db3951
parent8ada290d80a52d1bb82231ad2277f00181d78a3f (diff)
downloadhttpd-438718ffca6479729200a5a4b9ac871d42e2cf14.tar.gz
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
-rwxr-xr-xbuild/binbuild.sh2
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