summaryrefslogtreecommitdiffstats
path: root/games/mupen64plus/mupen64plus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/mupen64plus/mupen64plus.SlackBuild')
-rw-r--r--games/mupen64plus/mupen64plus.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mupen64plus/mupen64plus.SlackBuild b/games/mupen64plus/mupen64plus.SlackBuild
index 7e8f4814e2..28b12f1478 100644
--- a/games/mupen64plus/mupen64plus.SlackBuild
+++ b/games/mupen64plus/mupen64plus.SlackBuild
@@ -50,10 +50,10 @@ find . \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./m64p_build.sh V=1
+./m64p_build.sh V=1
./m64p_install.sh PREFIX=/usr LIBDIR=/usr/lib${LBIDIRSUFFIX} MANDIR=/usr/man DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \;