summaryrefslogtreecommitdiffstats
path: root/network/mosh/mosh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/mosh/mosh.SlackBuild')
-rw-r--r--network/mosh/mosh.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/mosh/mosh.SlackBuild b/network/mosh/mosh.SlackBuild
index 9c9dc2017c..24d988945d 100644
--- a/network/mosh/mosh.SlackBuild
+++ b/network/mosh/mosh.SlackBuild
@@ -5,6 +5,8 @@
# Written by ruario
# Maintained by Donald Cooley, South Haven, Indiana, USA
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=mosh
VERSION=${VERSION:-1.3.2}
BUILD=${BUILD:-1}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}