Change owner and permissions of installed files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-18 01:42:51 +00:00
parent ded0b5ce65
commit 7a72b62e43

View File

@@ -238,8 +238,8 @@ if [ -z "$skipinstall" ]; then
# TODO for $INSTALLROOT and $INSTALLDEVEL ?
#chown -R root:admin $INSTALLROOT
#chmod -R g+w $INSTALLROOT
chown -R root:admin $INSTALLROOT
chmod -R g+w $INSTALLROOT
fi
popd