summaryrefslogtreecommitdiffstats
path: root/source/a/getty-ps/getty-ps.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/getty-ps/getty-ps.SlackBuild')
-rwxr-xr-xsource/a/getty-ps/getty-ps.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/a/getty-ps/getty-ps.SlackBuild b/source/a/getty-ps/getty-ps.SlackBuild
index e72f177ba..b9bccbfc9 100755
--- a/source/a/getty-ps/getty-ps.SlackBuild
+++ b/source/a/getty-ps/getty-ps.SlackBuild
@@ -81,8 +81,8 @@ mkdir -p $PKG/usr/doc/getty-ps-$VERSION
cp -a \
ANNOUNCE ChangeLog README.* Examples *.lsm INSTALL \
$PKG/usr/doc/getty-ps-$VERSION
-find $PKG/usr/doc/getty-ps-$VERSION -type d -exec chmod 755 {} \;
-find $PKG/usr/doc/getty-ps-$VERSION -type f -exec chmod 644 {} \;
+find $PKG/usr/doc/getty-ps-$VERSION -type d -exec chmod 755 {} \+
+find $PKG/usr/doc/getty-ps-$VERSION -type f -exec chmod 644 {} \+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc