summaryrefslogtreecommitdiffstats
path: root/office/gnucash/gnucash.SlackBuild
diff options
context:
space:
mode:
author Lenard Spencer2018-05-02 11:07:41 +0200
committer David Spencer2018-05-02 11:09:51 +0200
commit34a5082103a21a18e7425174c2378c70773b0a64 (patch)
tree46c6a6a7f1683cb5571e6324d5e2e06559f1b5b0 /office/gnucash/gnucash.SlackBuild
parent572f920c6b72f2eb267e4e7b8aeff36f4c50f385 (diff)
downloadslackbuilds-34a5082103a21a18e7425174c2378c70773b0a64.tar.gz
office/gnucash: Change option to WITHPYTHON.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/gnucash/gnucash.SlackBuild')
-rw-r--r--office/gnucash/gnucash.SlackBuild4
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