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