From deb5b0091b54513ba6c02687884a88ea1b725aef Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Mon, 28 Sep 2015 12:33:40 +0000 Subject: [PATCH] abump: ability to override abuild command --- abump.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"