diff options
Diffstat (limited to 'system/filerunner/filerunner.SlackBuild')
-rw-r--r-- | system/filerunner/filerunner.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/filerunner/filerunner.SlackBuild b/system/filerunner/filerunner.SlackBuild index 2abc53fecf827..a3cd96620d8fa 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} |