summaryrefslogtreecommitdiffstats
path: root/source/n/epic5/epic5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/epic5/epic5.SlackBuild')
-rwxr-xr-xsource/n/epic5/epic5.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild
index 5ed363054..0100fd9d3 100755
--- a/source/n/epic5/epic5.SlackBuild
+++ b/source/n/epic5/epic5.SlackBuild
@@ -74,9 +74,9 @@ cd epic${EPICVER}-$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 {} \+
CFLAGS="$SLKCFLAGS" \
./configure \
@@ -112,7 +112,7 @@ gzip -9 $PKG/usr/man/man?/*.?
# These extra directories are fixed in this release, but it
# doesn't hurt to leave this code just in case...
-( cd $PKG && find . -name CVS -type d -exec rm -rf {} \; )
+( cd $PKG && find . -name CVS -type d -exec rm -rf {} \+ )
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc