diff options
Diffstat (limited to 'desktop/wmpower/wmpower.SlackBuild')
-rw-r--r-- | desktop/wmpower/wmpower.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmpower/wmpower.SlackBuild b/desktop/wmpower/wmpower.SlackBuild index 380fa0172503..d29c2d4f74e4 100644 --- a/desktop/wmpower/wmpower.SlackBuild +++ b/desktop/wmpower/wmpower.SlackBuild @@ -5,6 +5,8 @@ # # Modified by the SlackBuilds.org project. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wmpower VERSION=${VERSION:-0.5.1} BUILD=${BUILD:-1} @@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |