diff options
Diffstat (limited to 'python/characteristic/characteristic.SlackBuild')
-rw-r--r-- | python/characteristic/characteristic.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/characteristic/characteristic.SlackBuild b/python/characteristic/characteristic.SlackBuild index df8cb4ba219c4..69dd3282da85f 100644 --- a/python/characteristic/characteristic.SlackBuild +++ b/python/characteristic/characteristic.SlackBuild @@ -24,6 +24,8 @@ # # Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=characteristic VERSION=${VERSION:-14.3.0} BUILD=${BUILD:-1} @@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |