diff options
Diffstat (limited to 'games/warzone2100/warzone2100.SlackBuild')
-rw-r--r-- | games/warzone2100/warzone2100.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/warzone2100/warzone2100.SlackBuild b/games/warzone2100/warzone2100.SlackBuild index 98ce113cdc5e3..cf4fd6e1b3456 100644 --- a/games/warzone2100/warzone2100.SlackBuild +++ b/games/warzone2100/warzone2100.SlackBuild @@ -31,6 +31,8 @@ # - got rid of unneeded template code (no perllocal.pod gets installed) # - move binary to /usr/games (since it has a section 6 man page) +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=warzone2100 VERSION=${VERSION:-4.0.1} BUILD=${BUILD:-1} @@ -44,7 +46,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |