diff options
Diffstat (limited to 'games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild')
-rw-r--r-- | games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild b/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild index 489ca58aa449..c7b9e29f4f5c 100644 --- a/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild +++ b/games/pysolfc-extra-cardsets/pysolfc-extra-cardsets.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=pysolfc-extra-cardsets SRCNAM=PySolFC-Cardsets VERSION=${VERSION:-2.0} @@ -13,7 +15,6 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |