summaryrefslogtreecommitdiffstats
path: root/system/cutecom
diff options
context:
space:
mode:
Diffstat (limited to 'system/cutecom')
-rw-r--r--system/cutecom/cutecom.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/cutecom/cutecom.SlackBuild b/system/cutecom/cutecom.SlackBuild
index f70394146f..81f27b2cc9 100644
--- a/system/cutecom/cutecom.SlackBuild
+++ b/system/cutecom/cutecom.SlackBuild
@@ -4,6 +4,8 @@
# Written by Vincent Batts, vbatts@hashbangbash.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=cutecom
VERSION=${VERSION:-0.22.0}
BUILD=${BUILD:-2}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}