summaryrefslogtreecommitdiffstats
path: root/system/powernowd/powernowd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/powernowd/powernowd.SlackBuild')
-rw-r--r--system/powernowd/powernowd.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/powernowd/powernowd.SlackBuild b/system/powernowd/powernowd.SlackBuild
index ede1629f02..64aba126b9 100644
--- a/system/powernowd/powernowd.SlackBuild
+++ b/system/powernowd/powernowd.SlackBuild
@@ -4,6 +4,8 @@
# Written by David Woodfall <dave@slackbuilds.org>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=powernowd
VERSION=${VERSION:-1.00}
BUILD=${BUILD:-2}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}