diff options
Diffstat (limited to 'games/foobillardplus')
-rw-r--r-- | games/foobillardplus/foobillardplus.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/foobillardplus/foobillardplus.SlackBuild b/games/foobillardplus/foobillardplus.SlackBuild index 6cb371f2fb708..baca719d57d90 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} |