diff options
Diffstat (limited to 'office/gnucash/gnucash.SlackBuild')
-rw-r--r-- | office/gnucash/gnucash.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/gnucash/gnucash.SlackBuild b/office/gnucash/gnucash.SlackBuild index 8de21d8753..1745e45414 100644 --- a/office/gnucash/gnucash.SlackBuild +++ b/office/gnucash/gnucash.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=gnucash VERSION=${VERSION:-2.6.21} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -92,7 +92,7 @@ else AQBANKING="--disable-aqbanking" fi -if [ "$WITH_PYTHON" = "yes" ]; then +if [ "$WITHPYTHON" = "yes" ]; then W_PYTHON="--enable-python" echo " building with Python bindings enabled" sleep 1 |