-path isn't really needed for perms fixup, and not supported everywhere

This commit is contained in:
Brent Cook 2016-01-03 18:55:04 -06:00
parent f5a4ee56be
commit 07056b2949

View File

@ -11,5 +11,5 @@ sed 's/-fuse-linker-plugin)/-fuse-linker-plugin|-fstack-protector*)/' \
mv -f ltmain.sh.fixed ltmain.sh
# Update config scripts and fixup permissions
find . ! -perm -u=w ! -path "*git*" -exec chmod u+w {} \;
find . ! -perm -u=w -exec chmod u+w {} \;
cp scripts/config.* .