summaryrefslogtreecommitdiffstats
path: root/system/filerunner/filerunner.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/filerunner/filerunner.SlackBuild')
-rw-r--r--system/filerunner/filerunner.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/filerunner/filerunner.SlackBuild b/system/filerunner/filerunner.SlackBuild
index 2abc53fecf..a3cd96620d 100644
--- a/system/filerunner/filerunner.SlackBuild
+++ b/system/filerunner/filerunner.SlackBuild
@@ -16,6 +16,8 @@
# files (shared libs) in /usr/share, too. But I'm going to leave it
# that way.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=filerunner
VERSION=${VERSION:-20.05.02.17}
BUILD=${BUILD:-1}
@@ -31,7 +33,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}