diff options
Diffstat (limited to 'games/steem/steem.SlackBuild')
-rw-r--r-- | games/steem/steem.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/steem/steem.SlackBuild b/games/steem/steem.SlackBuild index 6a2a9562a11f6..152ceaaae41f0 100644 --- a/games/steem/steem.SlackBuild +++ b/games/steem/steem.SlackBuild @@ -21,6 +21,8 @@ # steem for linux. Will be working on building the open source # steem in the near future. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=steem VERSION=${VERSION:-3.2} BUILD=${BUILD:-3} @@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |