diff options
Diffstat (limited to 'games/glestae/glestae.SlackBuild')
-rw-r--r-- | games/glestae/glestae.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/glestae/glestae.SlackBuild b/games/glestae/glestae.SlackBuild index 0307c787a290d..ae9d1bbdf3458 100644 --- a/games/glestae/glestae.SlackBuild +++ b/games/glestae/glestae.SlackBuild @@ -25,6 +25,8 @@ # 20200906 bkw: modified by SlackBuilds.org: the build was failing if # wxGTK3 was installed, due to the /usr/bin/wx-config conflict. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=glestae VERSION=${VERSION:-0.3.93} BUILD=${BUILD:-4} @@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |