diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,5 +11,5 @@ sed 's/-fuse-linker-plugin)/-fuse-linker-plugin|-fstack-protector*)/' \ | |||
11 | mv -f ltmain.sh.fixed ltmain.sh | 11 | mv -f ltmain.sh.fixed ltmain.sh |
12 | 12 | ||
13 | # Update config scripts and fixup permissions | 13 | # Update config scripts and fixup permissions |
14 | find . ! -perm -u=w ! -path "*git*" -exec chmod u+w {} \; | 14 | find . ! -perm -u=w -exec chmod u+w {} \; |
15 | cp scripts/config.* . | 15 | cp scripts/config.* . |