diff options
Diffstat (limited to 'office/djvusmooth/djvusmooth.SlackBuild')
-rw-r--r-- | office/djvusmooth/djvusmooth.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/djvusmooth/djvusmooth.SlackBuild b/office/djvusmooth/djvusmooth.SlackBuild index bd3dd1b54f571..eb5e02a872e15 100644 --- a/office/djvusmooth/djvusmooth.SlackBuild +++ b/office/djvusmooth/djvusmooth.SlackBuild @@ -8,6 +8,8 @@ # 20191130 bkw: update for v0.3, add required dep subprocess32 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=djvusmooth VERSION=${VERSION:-0.3} BUILD=${BUILD:-1} @@ -22,7 +24,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |