diff options
Diffstat (limited to 'network/xaric/xaric.SlackBuild')
-rw-r--r-- | network/xaric/xaric.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/xaric/xaric.SlackBuild b/network/xaric/xaric.SlackBuild index be64f5f860..959c2cbb91 100644 --- a/network/xaric/xaric.SlackBuild +++ b/network/xaric/xaric.SlackBuild @@ -8,6 +8,8 @@ # 20201122 bkw: BUILD=2, install icons to the right place. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=xaric VERSION=${VERSION:-0.13.7} BUILD=${BUILD:-2} @@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |