diff options
Diffstat (limited to 'desktop/wmfire/wmfire.SlackBuild')
-rw-r--r-- | desktop/wmfire/wmfire.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmfire/wmfire.SlackBuild b/desktop/wmfire/wmfire.SlackBuild index efb572bd26..ad5c26398a 100644 --- a/desktop/wmfire/wmfire.SlackBuild +++ b/desktop/wmfire/wmfire.SlackBuild @@ -7,6 +7,8 @@ # Released into the public domain on June 6, 2009 # V2 for Slackware 13.37 - November 11, 2011 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wmfire VERSION=${VERSION:-1.2.4} BUILD=${BUILD:-1} @@ -20,7 +22,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |