-path isn't really needed for perms fixup, and not supported everywhere
This commit is contained in:
parent
f5a4ee56be
commit
07056b2949
@ -11,5 +11,5 @@ sed 's/-fuse-linker-plugin)/-fuse-linker-plugin|-fstack-protector*)/' \
|
|||||||
mv -f ltmain.sh.fixed ltmain.sh
|
mv -f ltmain.sh.fixed ltmain.sh
|
||||||
|
|
||||||
# Update config scripts and fixup permissions
|
# 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.* .
|
cp scripts/config.* .
|
||||||
|
Loading…
Reference in New Issue
Block a user