summaryrefslogtreecommitdiffstats
path: root/system/bootchart/bootchart.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/bootchart/bootchart.SlackBuild')
-rw-r--r--system/bootchart/bootchart.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/bootchart/bootchart.SlackBuild b/system/bootchart/bootchart.SlackBuild
index 4bc961c366..058314ec07 100644
--- a/system/bootchart/bootchart.SlackBuild
+++ b/system/bootchart/bootchart.SlackBuild
@@ -8,6 +8,8 @@
# Maintained by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=bootchart
VERSION=${VERSION:-0.9}
BUILD=${BUILD:-2}
@@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}