diff --git a/builddep.sh b/builddep.sh index f5959c8bf..69ef3ec67 100755 --- a/builddep.sh +++ b/builddep.sh @@ -207,7 +207,7 @@ if [ "$OSNAME" == "AIX" ]; then else SYSGRP=root fi -chgrp -R $SYSGRP * +chgrp -R -h $SYSGRP * chmod -R g+w * # Build the tarball