summaryrefslogtreecommitdiffstats
path: root/system/qstardict/qstardict.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/qstardict/qstardict.SlackBuild')
-rw-r--r--system/qstardict/qstardict.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/qstardict/qstardict.SlackBuild b/system/qstardict/qstardict.SlackBuild
index f39de1b0d1..c9febbf97c 100644
--- a/system/qstardict/qstardict.SlackBuild
+++ b/system/qstardict/qstardict.SlackBuild
@@ -5,6 +5,8 @@
# Written by grissiom chaos.proton@gmail.com
# Modified by Branko Grubic <branko.grubic@gmail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=qstardict
VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}