diff options
Diffstat (limited to 'games/opentyrian/opentyrian.SlackBuild')
-rw-r--r-- | games/opentyrian/opentyrian.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/opentyrian/opentyrian.SlackBuild b/games/opentyrian/opentyrian.SlackBuild index 2e6a61120dba3..3ce50a6903330 100644 --- a/games/opentyrian/opentyrian.SlackBuild +++ b/games/opentyrian/opentyrian.SlackBuild @@ -8,6 +8,8 @@ # 20170620 bkw: fix compile on -current (still works fine on 14.2) +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=opentyrian VERSION=${VERSION:-2.1.20130907} BUILD=${BUILD:-1} @@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |