summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-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