diff options
author | Brent Cook <bcook@openbsd.org> | 2016-01-03 18:55:04 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-01-03 18:55:04 -0600 |
commit | 07056b29498bcc4b56dc19785e49307bc6179f00 (patch) | |
tree | ba282efeee92867c0778bca6abacdf52cdb3a48b | |
parent | f5a4ee56befe8a13010e09624823f21d3be75aab (diff) | |
download | portable-07056b29498bcc4b56dc19785e49307bc6179f00.tar.gz portable-07056b29498bcc4b56dc19785e49307bc6179f00.tar.bz2 portable-07056b29498bcc4b56dc19785e49307bc6179f00.zip |
-path isn't really needed for perms fixup, and not supported everywhere
-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.* . |