summaryrefslogtreecommitdiffstats
path: root/games/pysolfc/pysolfc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/pysolfc/pysolfc.SlackBuild')
-rw-r--r--games/pysolfc/pysolfc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pysolfc/pysolfc.SlackBuild b/games/pysolfc/pysolfc.SlackBuild
index bc8b812f1e..c2fc2c717f 100644
--- a/games/pysolfc/pysolfc.SlackBuild
+++ b/games/pysolfc/pysolfc.SlackBuild
@@ -43,6 +43,8 @@
# - Update README and slack-desc.
SRCNAM=PySolFC
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pysolfc
VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-2}
@@ -59,7 +61,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}