diff options
Diffstat (limited to 'games/sauerbraten/sauerbraten.SlackBuild')
-rw-r--r-- | games/sauerbraten/sauerbraten.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/sauerbraten/sauerbraten.SlackBuild b/games/sauerbraten/sauerbraten.SlackBuild index b7129e1d09a4..cc40fff214a2 100644 --- a/games/sauerbraten/sauerbraten.SlackBuild +++ b/games/sauerbraten/sauerbraten.SlackBuild @@ -11,6 +11,8 @@ # 2.0 23-JUN-2013 new version, script clean up. # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=sauerbraten VERSION=${VERSION:-2013_02_03} BUILD=${BUILD:-1} @@ -26,7 +28,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |