summaryrefslogtreecommitdiffstats
path: root/apkgrel.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-25 07:26:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-25 07:26:22 +0000
commit4757588caf65318c44745b44eee04cf49415fec8 (patch)
treee3f199a5e9f00be8520e4d277b2bbf89a5a234cd /apkgrel.in
parent1822f3f624e35898908fbe5edc0d282cefb92ac0 (diff)
downloadabuild-4757588caf65318c44745b44eee04cf49415fec8.tar.bz2
abuild-4757588caf65318c44745b44eee04cf49415fec8.tar.xz
functions: rename abuild_ver to program_version
Diffstat (limited to 'apkgrel.in')
-rw-r--r--apkgrel.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/apkgrel.in b/apkgrel.in
index 41da423..3d30515 100644
--- a/apkgrel.in
+++ b/apkgrel.in
@@ -6,7 +6,7 @@
# Distributed under GPL-2
#
-abuild_ver=@VERSION@
+program_version=@VERSION@
datadir=@datadir@
if ! [ -f "$datadir/functions.sh" ]; then
@@ -74,7 +74,7 @@ do_nothing() {
usage() {
cat >&2 <<__EOF__
-$program $abuild_ver - display or bump pkgrel in APKBUILDs
+$program $program_version - display or bump pkgrel in APKBUILDs
Usage: $program [-z|--zero] [-a|--add] [-g|--clean-git] [-s|--set NUM] [-t|--test] [-f|--force] DIR or APKBUILD...
Options:
-z, --zero Set pkgrel to 0