From 3c1268bc75a317bc5c1c00a6e14cfcf8bbe66dc4 Mon Sep 17 00:00:00 2001 From: Bruce Potter Date: Wed, 6 Nov 2013 10:57:51 -0500 Subject: [PATCH] change group of sym links too in builddep.sh --- builddep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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