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