diff options
Diffstat (limited to 'system/vice/vice.SlackBuild')
-rw-r--r-- | system/vice/vice.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/vice/vice.SlackBuild b/system/vice/vice.SlackBuild index 1efcdf7417..36310d890d 100644 --- a/system/vice/vice.SlackBuild +++ b/system/vice/vice.SlackBuild @@ -35,6 +35,8 @@ # - Re-enable the old x64 emulator # - BUILD=3 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=vice VERSION=${VERSION:-3.4} BUILD=${BUILD:-3} @@ -48,7 +50,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |