diff options
Diffstat (limited to 'network/cicb/cicb.SlackBuild')
-rw-r--r-- | network/cicb/cicb.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/cicb/cicb.SlackBuild b/network/cicb/cicb.SlackBuild index 024b15bc0dc1a..42b14d53a5534 100644 --- a/network/cicb/cicb.SlackBuild +++ b/network/cicb/cicb.SlackBuild @@ -22,6 +22,8 @@ # git2targz.sh script, it should be smart enough to pull the latest # code and create a tarball with the correct VERSION. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=cicb VERSION=${VERSION:-5.2.0b1+git20170501} BUILD=${BUILD:-1} @@ -35,7 +37,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |