summaryrefslogtreecommitdiffstats
path: root/office/tnote/tnote.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/tnote/tnote.SlackBuild')
-rw-r--r--office/tnote/tnote.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/tnote/tnote.SlackBuild b/office/tnote/tnote.SlackBuild
index 57a8dae312..b805305856 100644
--- a/office/tnote/tnote.SlackBuild
+++ b/office/tnote/tnote.SlackBuild
@@ -5,6 +5,8 @@
# Written by Jostein Berntsen <jvbernts@online.no>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=tnote
VERSION=${VERSION:-0.2.1}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}