summaryrefslogtreecommitdiffstats
path: root/system/runit/runit.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/runit/runit.SlackBuild')
-rw-r--r--system/runit/runit.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/runit/runit.SlackBuild b/system/runit/runit.SlackBuild
index 52cc923ae1..dbac20a0d0 100644
--- a/system/runit/runit.SlackBuild
+++ b/system/runit/runit.SlackBuild
@@ -4,6 +4,8 @@
# written by David Miller dave at frop dot net
# 2018, updated by Chris Abela, Malta, <kristofru@gmail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=runit
VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ fi
set -e
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}