From 438718ffca6479729200a5a4b9ac871d42e2cf14 Mon Sep 17 00:00:00 2001 From: Lars Eilebrecht Date: Mon, 22 Mar 1999 23:41:40 +0000 Subject: [PATCH] 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 --- build/binbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/binbuild.sh b/build/binbuild.sh index d359a528a77..07541bba150 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 -- 2.47.2