diff options
Diffstat (limited to 'desktop/maitreya/maitreya.SlackBuild')
-rw-r--r-- | desktop/maitreya/maitreya.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/maitreya/maitreya.SlackBuild b/desktop/maitreya/maitreya.SlackBuild index 991b6b2969..58c362b137 100644 --- a/desktop/maitreya/maitreya.SlackBuild +++ b/desktop/maitreya/maitreya.SlackBuild @@ -8,12 +8,13 @@ # and with the guidance of the templates at: # http://slackbuilds.org/templates/ +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=maitreya VERSION=${VERSION:-7.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |