]> granicus.if.org Git - apache/commitdiff
Remove --user/--group tar options... they are not portable.
authorLars Eilebrecht <lars@apache.org>
Mon, 22 Mar 1999 23:41:40 +0000 (23:41 +0000)
committerLars Eilebrecht <lars@apache.org>
Mon, 22 Mar 1999 23:41:40 +0000 (23:41 +0000)
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

index d359a528a7777159832b6efa1c164f77a86f962a..07541bba15055838d45895a579a6daa586ee0349 100755 (executable)
@@ -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