aboutsummaryrefslogtreecommitdiff
path: root/network/etherpad-lite/etherpad-lite.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/etherpad-lite/etherpad-lite.SlackBuild')
-rw-r--r--network/etherpad-lite/etherpad-lite.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/etherpad-lite/etherpad-lite.SlackBuild b/network/etherpad-lite/etherpad-lite.SlackBuild
index 8a6d293d821fe..d691e19a9dfba 100644
--- a/network/etherpad-lite/etherpad-lite.SlackBuild
+++ b/network/etherpad-lite/etherpad-lite.SlackBuild
@@ -6,6 +6,8 @@
# license: WTFPL <http://sam.zoy.org/wtfpl/COPYING>
#
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=etherpad-lite
VERSION=${VERSION:-1.6.5}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ ETHERPAD_GID=${ETHERPAD_GID:-264}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}