aboutsummaryrefslogtreecommitdiffstats
path: root/testing/freealut/0003-findutils_syntax.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/freealut/0003-findutils_syntax.patch')
-rw-r--r--testing/freealut/0003-findutils_syntax.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/freealut/0003-findutils_syntax.patch b/testing/freealut/0003-findutils_syntax.patch
new file mode 100644
index 00000000000..891fec4493d
--- /dev/null
+++ b/testing/freealut/0003-findutils_syntax.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -33,7 +33,7 @@ libtool: $(LIBTOOL_DEPS)
+
+ # The Creative repository has some broken permissions, let's fix this.
+ permissions:
+- find . -type f \! -perm +222 \! -name "*.sh" -exec chmod +w {} \;
++ find . -type f \! -perm /222 \! -name "*.sh" -exec chmod +w {} \;
+
+ # Automatically reformat all C headers and sources with indent according to
+ # admin/autotools/.indent.pro, but be make-friendly and take some precautions to