summaryrefslogtreecommitdiffstats
path: root/office/sofastats/sofastats.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/sofastats/sofastats.SlackBuild')
-rw-r--r--office/sofastats/sofastats.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/sofastats/sofastats.SlackBuild b/office/sofastats/sofastats.SlackBuild
index 56e15a201c..65abf5969e 100644
--- a/office/sofastats/sofastats.SlackBuild
+++ b/office/sofastats/sofastats.SlackBuild
@@ -24,6 +24,8 @@
# SUCH DAMAGE.
# -----------------------------------------------------------------------------
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=sofastats
VERSION=${VERSION:-1.4.6}
BUILD=${BUILD:-1}
@@ -32,7 +34,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
DOCS="README.txt copyright"
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}