diff options
Diffstat (limited to 'games/eureka/eureka.SlackBuild')
-rw-r--r-- | games/eureka/eureka.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/eureka/eureka.SlackBuild b/games/eureka/eureka.SlackBuild index 4ce5579826dbf..80028ec9c9752 100644 --- a/games/eureka/eureka.SlackBuild +++ b/games/eureka/eureka.SlackBuild @@ -30,6 +30,8 @@ # - i486 => i586 # - update for v1.24 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=eureka VERSION=${VERSION:-1.27b} SRCVER=${VERSION/.} @@ -44,7 +46,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |