diff options
Diffstat (limited to 'system/unetbootin/unetbootin.SlackBuild')
-rw-r--r-- | system/unetbootin/unetbootin.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild index 9eb8ffdad1e85..319d9f523ae2c 100644 --- a/system/unetbootin/unetbootin.SlackBuild +++ b/system/unetbootin/unetbootin.SlackBuild @@ -11,6 +11,8 @@ # v661: (jw) version bump to 661 29 July 2018 / take sources from github.com as the sourceforge page seems to be somehow obsolete # v677: (SBo) version bump to 677 14 April 2020 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=unetbootin VERSION=${VERSION:-702} BUILD=${BUILD:-1} @@ -24,7 +26,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |