summaryrefslogtreecommitdiffstats
path: root/system/xcdroast/xcdroast.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/xcdroast/xcdroast.SlackBuild')
-rw-r--r--system/xcdroast/xcdroast.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/xcdroast/xcdroast.SlackBuild b/system/xcdroast/xcdroast.SlackBuild
index d4aaf3abac..d04f98fc48 100644
--- a/system/xcdroast/xcdroast.SlackBuild
+++ b/system/xcdroast/xcdroast.SlackBuild
@@ -28,6 +28,8 @@
# Revision date: 2020/Nov/22
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=xcdroast
VERSION=${VERSION:-1.19}
BUILD=${BUILD:-2}
@@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}