diff options
Diffstat (limited to 'system/exomizer/exomizer.SlackBuild')
-rw-r--r-- | system/exomizer/exomizer.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/exomizer/exomizer.SlackBuild b/system/exomizer/exomizer.SlackBuild index 9d58804e5e7a..e8ce5d1669f1 100644 --- a/system/exomizer/exomizer.SlackBuild +++ b/system/exomizer/exomizer.SlackBuild @@ -20,6 +20,8 @@ # - only install exoraw if it exists (was removed in 3.0.0) # - can still build with VERSION=2.0.9 or VERSION=2.0.10, if needed +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=exomizer VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} @@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |