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