summaryrefslogtreecommitdiffstats
path: root/system/freeipmi/freeipmi.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/freeipmi/freeipmi.SlackBuild')
-rw-r--r--system/freeipmi/freeipmi.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/freeipmi/freeipmi.SlackBuild b/system/freeipmi/freeipmi.SlackBuild
index d4ea5f495d..99815194c1 100644
--- a/system/freeipmi/freeipmi.SlackBuild
+++ b/system/freeipmi/freeipmi.SlackBuild
@@ -24,6 +24,8 @@
# 2019-03-30: Initial Release
#
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=freeipmi
VERSION=${VERSION:-1.6.3}
BUILD=${BUILD:-1}
@@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}