diff options
Diffstat (limited to 'office/verbiste/verbiste.SlackBuild')
-rw-r--r-- | office/verbiste/verbiste.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/verbiste/verbiste.SlackBuild b/office/verbiste/verbiste.SlackBuild index 402eccb533139..ad4f1abcb2044 100644 --- a/office/verbiste/verbiste.SlackBuild +++ b/office/verbiste/verbiste.SlackBuild @@ -9,12 +9,13 @@ # http://slackbuilds.org/templates/ # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=verbiste VERSION=${VERSION:-0.1.40} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |