diff options
Diffstat (limited to 'games/instead/instead.SlackBuild')
-rw-r--r-- | games/instead/instead.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild index 5972eb79cf5d3..c7c647d2973c7 100644 --- a/games/instead/instead.SlackBuild +++ b/games/instead/instead.SlackBuild @@ -3,6 +3,8 @@ # Written by Andrew Lobanov <spline @ rooker dot ru> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=instead VERSION=${VERSION:-3.3.2} BUILD=${BUILD:-1} @@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |