summaryrefslogtreecommitdiffstats
path: root/desktop/aweather/aweather.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/aweather/aweather.SlackBuild')
-rw-r--r--desktop/aweather/aweather.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/aweather/aweather.SlackBuild b/desktop/aweather/aweather.SlackBuild
index c751d59b83..3fb962c980 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}