summaryrefslogtreecommitdiffstats
path: root/system/uae/uae.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/uae/uae.SlackBuild')
-rw-r--r--system/uae/uae.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/uae/uae.SlackBuild b/system/uae/uae.SlackBuild
index 5eff732a36..87169602c9 100644
--- a/system/uae/uae.SlackBuild
+++ b/system/uae/uae.SlackBuild
@@ -4,6 +4,8 @@
# Written by Michalis Pappas mepapp@noc.uoa.gr
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=uae
VERSION=${VERSION:-0.8.29}
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}