summaryrefslogtreecommitdiffstats
path: root/development/ftnchek/ftnchek.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/ftnchek/ftnchek.SlackBuild')
-rw-r--r--development/ftnchek/ftnchek.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/ftnchek/ftnchek.SlackBuild b/development/ftnchek/ftnchek.SlackBuild
index b72755e4de..b1bf92d17f 100644
--- a/development/ftnchek/ftnchek.SlackBuild
+++ b/development/ftnchek/ftnchek.SlackBuild
@@ -16,6 +16,8 @@
# - reflow README, make slack-desc a bit more verbose
# - minor cosmetic fixes
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=ftnchek
VERSION=${VERSION:-3.3.1}
BUILD=${BUILD:-2}
@@ -29,7 +31,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}