Skip to content

Commit

Permalink
-path isn't really needed for perms fixup, and not supported everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Jan 4, 2016
1 parent f5a4ee5 commit 07056b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.* .

0 comments on commit 07056b2

Please sign in to comment.