mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-04 23:42:07 +01:00
12 lines
464 B
Diff
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
|