summaryrefslogtreecommitdiffstats
path: root/source/n/rdist/rdist.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/rdist/rdist.SlackBuild')
-rwxr-xr-xsource/n/rdist/rdist.SlackBuild22
1 files changed, 11 insertions, 11 deletions
diff --git a/source/n/rdist/rdist.SlackBuild b/source/n/rdist/rdist.SlackBuild
index 785a33a5f..7f8504254 100755
--- a/source/n/rdist/rdist.SlackBuild
+++ b/source/n/rdist/rdist.SlackBuild
@@ -71,17 +71,17 @@ cd ${PKGNAM}-$VERSION
# Make sure ownerships and permissions are sane:
chown -R root:root .
-find . -perm 666 -exec chmod 644 {} \;
-find . -perm 664 -exec chmod 644 {} \;
-find . -perm 600 -exec chmod 644 {} \;
-find . -perm 444 -exec chmod 644 {} \;
-find . -perm 400 -exec chmod 644 {} \;
-find . -perm 440 -exec chmod 644 {} \;
-find . -perm 777 -exec chmod 755 {} \;
-find . -perm 775 -exec chmod 755 {} \;
-find . -perm 511 -exec chmod 755 {} \;
-find . -perm 711 -exec chmod 755 {} \;
-find . -perm 555 -exec chmod 755 {} \;
+find . -perm 666 -exec chmod 644 {} \+
+find . -perm 664 -exec chmod 644 {} \+
+find . -perm 600 -exec chmod 644 {} \+
+find . -perm 444 -exec chmod 644 {} \+
+find . -perm 400 -exec chmod 644 {} \+
+find . -perm 440 -exec chmod 644 {} \+
+find . -perm 777 -exec chmod 755 {} \+
+find . -perm 775 -exec chmod 755 {} \+
+find . -perm 511 -exec chmod 755 {} \+
+find . -perm 711 -exec chmod 755 {} \+
+find . -perm 555 -exec chmod 755 {} \+
# Patch:
for diff in $CWD/*.diff.gz ; do