diff options
Diffstat (limited to 'misc/weather')
-rw-r--r-- | misc/weather/weather.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/weather/weather.SlackBuild b/misc/weather/weather.SlackBuild index f45c4150d82a..7b825189c615 100644 --- a/misc/weather/weather.SlackBuild +++ b/misc/weather/weather.SlackBuild @@ -10,6 +10,8 @@ # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=weather VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} @@ -23,7 +25,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |