diff options
Diffstat (limited to 'desktop/wmSun/wmSun.SlackBuild')
-rw-r--r-- | desktop/wmSun/wmSun.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmSun/wmSun.SlackBuild b/desktop/wmSun/wmSun.SlackBuild index 62b92eca9abf..815ded0265a3 100644 --- a/desktop/wmSun/wmSun.SlackBuild +++ b/desktop/wmSun/wmSun.SlackBuild @@ -5,6 +5,8 @@ # # Modified by the SlackBuilds.org project. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wmSun VERSION=${VERSION:-1.12} 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} |