aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-01-03 18:55:04 -0600
committerBrent Cook <bcook@openbsd.org>2016-01-03 18:55:04 -0600
commit07056b29498bcc4b56dc19785e49307bc6179f00 (patch)
treeba282efeee92867c0778bca6abacdf52cdb3a48b
parentf5a4ee56befe8a13010e09624823f21d3be75aab (diff)
downloadportable-07056b29498bcc4b56dc19785e49307bc6179f00.tar.gz
portable-07056b29498bcc4b56dc19785e49307bc6179f00.tar.bz2
portable-07056b29498bcc4b56dc19785e49307bc6179f00.zip
-path isn't really needed for perms fixup, and not supported everywhere
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index bf23bda..6e51088 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,5 +11,5 @@ sed 's/-fuse-linker-plugin)/-fuse-linker-plugin|-fstack-protector*)/' \
11mv -f ltmain.sh.fixed ltmain.sh 11mv -f ltmain.sh.fixed ltmain.sh
12 12
13# Update config scripts and fixup permissions 13# Update config scripts and fixup permissions
14find . ! -perm -u=w ! -path "*git*" -exec chmod u+w {} \; 14find . ! -perm -u=w -exec chmod u+w {} \;
15cp scripts/config.* . 15cp scripts/config.* .