aports/testing/freealut/0003-findutils_syntax.patch
2021-01-08 17:01:01 +00:00

12 lines
464 B
Diff

--- 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