diff options
Diffstat (limited to 'source/n/epic5/epic5.SlackBuild')
-rwxr-xr-x | source/n/epic5/epic5.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild index 5ed36305..0100fd9d 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 |