summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--abump.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/abump.in b/abump.in
index a6fa726..c8c2d7d 100644
--- a/abump.in
+++ b/abump.in
@@ -15,6 +15,8 @@ if ! [ -f "$datadir/functions.sh" ]; then
fi
. "$datadir/functions.sh"
+: ${ABUILD:="abuild"}
+
# version bump packages
do_bump() {
@@ -67,7 +69,7 @@ fixes #${fixes#\#}
-e "s/^pkgrel=.*/pkgrel=0/" \
APKBUILD
- abuild $abuild_opts checksum all
+ $ABUILD $abuild_opts checksum all
git add APKBUILD
git commit -m"$message"