summaryrefslogtreecommitdiffstats
path: root/graphics/meh/meh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/meh/meh.SlackBuild')
-rw-r--r--graphics/meh/meh.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/meh/meh.SlackBuild b/graphics/meh/meh.SlackBuild
index c9d5f9b2a7..18f90ee489 100644
--- a/graphics/meh/meh.SlackBuild
+++ b/graphics/meh/meh.SlackBuild
@@ -27,6 +27,8 @@
# - Add man page, BUILD=2
# - Script simplifications.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=meh
VERSION=${VERSION:-0.3}
BUILD=${BUILD:-2}
@@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}