summaryrefslogtreecommitdiffstats
path: root/system/lxterminal/lxterminal.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/lxterminal/lxterminal.SlackBuild')
-rw-r--r--system/lxterminal/lxterminal.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/lxterminal/lxterminal.SlackBuild b/system/lxterminal/lxterminal.SlackBuild
index 2c8ca6172a..7c68cd4500 100644
--- a/system/lxterminal/lxterminal.SlackBuild
+++ b/system/lxterminal/lxterminal.SlackBuild
@@ -76,6 +76,8 @@
#
# -----------------------------------------------------------------------------
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=lxterminal
VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-1}
@@ -89,7 +91,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}