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.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/mupen64plus/mupen64plus.SlackBuild b/games/mupen64plus/mupen64plus.SlackBuild
index e70028a754..2bb3467656 100644
--- a/games/mupen64plus/mupen64plus.SlackBuild
+++ b/games/mupen64plus/mupen64plus.SlackBuild
@@ -4,6 +4,8 @@
# Written by M.Dinslage contact: daedra1980@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=mupen64plus
VERSION=${VERSION:-2.5}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}