diff options
Diffstat (limited to 'development/dis/dis.SlackBuild')
-rw-r--r-- | development/dis/dis.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/dis/dis.SlackBuild b/development/dis/dis.SlackBuild index 82c10d3bcfc5..edb0246a1200 100644 --- a/development/dis/dis.SlackBuild +++ b/development/dis/dis.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=dis VERSION=${VERSION:-0.6} BUILD=${BUILD:-1} @@ -14,7 +16,6 @@ TAG=${TAG:-_SBo} # no compiled code here ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |