diff options
Diffstat (limited to '')
-rwxr-xr-x | source/n/autofs/autofs.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/n/autofs/autofs.SlackBuild b/source/n/autofs/autofs.SlackBuild index 37c7326d8..6ff852123 100755 --- a/source/n/autofs/autofs.SlackBuild +++ b/source/n/autofs/autofs.SlackBuild @@ -74,9 +74,9 @@ cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + -exec chmod 644 {} \+ # SASL requires krb5: @@ -160,9 +160,9 @@ cp -a \ samples \ $PKG/usr/doc/autofs-$VERSION ( cd $PKG/usr/doc/autofs-$VERSION - find . \( -name Makefile -o -name *.in \) -exec rm -f {} \; - find . -type d -exec chmod 755 {} \; - find . -type f -exec chmod 644 {} \; + find . \( -name Makefile -o -name *.in \) -exec rm -f {} \+ + find . -type d -exec chmod 755 {} \+ + find . -type f -exec chmod 644 {} \+ ) # If there's a CHANGELOG, installing at least part of the recent history |