summaryrefslogtreecommitdiffstats
path: root/development/argouml/argouml.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/argouml/argouml.SlackBuild')
-rw-r--r--development/argouml/argouml.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/argouml/argouml.SlackBuild b/development/argouml/argouml.SlackBuild
index c422b07f36..7730232e01 100644
--- a/development/argouml/argouml.SlackBuild
+++ b/development/argouml/argouml.SlackBuild
@@ -4,6 +4,8 @@
# Written by Dario Nicodemi dario.sbo@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=argouml
VERSION=${VERSION:-0.34}
BUILD=${BUILD:-1}
@@ -11,7 +13,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}