summaryrefslogtreecommitdiffstats
path: root/games/foobillardplus/foobillardplus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/foobillardplus/foobillardplus.SlackBuild')
-rw-r--r--games/foobillardplus/foobillardplus.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/foobillardplus/foobillardplus.SlackBuild b/games/foobillardplus/foobillardplus.SlackBuild
index 6cb371f2fb..baca719d57 100644
--- a/games/foobillardplus/foobillardplus.SlackBuild
+++ b/games/foobillardplus/foobillardplus.SlackBuild
@@ -25,6 +25,8 @@
# forked from the foobillard's one, written
# by Zbigniew Baniewski, zbigniew.baniewski@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=foobillardplus
VERSION=${VERSION:-3.43beta}
SRCVERSION=${SRCVERSION:-170}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}