From 07056b29498bcc4b56dc19785e49307bc6179f00 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 3 Jan 2016 18:55:04 -0600 Subject: [PATCH] -path isn't really needed for perms fixup, and not supported everywhere --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*)/' \ 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.* .