diff options
Diffstat (limited to 'office/bookbinder')
-rw-r--r-- | office/bookbinder/bookbinder.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/bookbinder/bookbinder.SlackBuild b/office/bookbinder/bookbinder.SlackBuild index fc221df0cab9..20746a7043a0 100644 --- a/office/bookbinder/bookbinder.SlackBuild +++ b/office/bookbinder/bookbinder.SlackBuild @@ -4,6 +4,8 @@ # Petr Kletecka petr@kle.cz <2013> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=bookbinder VERSION=${VERSION:-3.0} 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} |