diff options
Diffstat (limited to 'desktop/aweather/aweather.SlackBuild')
-rw-r--r-- | desktop/aweather/aweather.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/aweather/aweather.SlackBuild b/desktop/aweather/aweather.SlackBuild index c751d59b8301..3fb962c98078 100644 --- a/desktop/aweather/aweather.SlackBuild +++ b/desktop/aweather/aweather.SlackBuild @@ -3,6 +3,8 @@ # Slackware build script for aweather. # Written by stormtracknole <stormtracknole@gmail.com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=aweather VERSION=${VERSION:-0.8} BUILD=${BUILD:-1} @@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |