summaryrefslogtreecommitdiffstats
path: root/development/staruml/staruml.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/staruml/staruml.SlackBuild')
-rw-r--r--development/staruml/staruml.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/staruml/staruml.SlackBuild b/development/staruml/staruml.SlackBuild
index d9ff901fc7..892568e86a 100644
--- a/development/staruml/staruml.SlackBuild
+++ b/development/staruml/staruml.SlackBuild
@@ -22,6 +22,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=staruml
VERSION=${VERSION:-2.8.0}
CRYPT_VERSION=${CRYPT_VERSION:-1.5.0-5+deb7u6}
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}