diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-25 07:26:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-25 07:26:22 +0000 |
commit | 4757588caf65318c44745b44eee04cf49415fec8 (patch) | |
tree | e3f199a5e9f00be8520e4d277b2bbf89a5a234cd /abuild.in | |
parent | 1822f3f624e35898908fbe5edc0d282cefb92ac0 (diff) | |
download | abuild-4757588caf65318c44745b44eee04cf49415fec8.tar.gz abuild-4757588caf65318c44745b44eee04cf49415fec8.tar.bz2 abuild-4757588caf65318c44745b44eee04cf49415fec8.tar.xz abuild-4757588caf65318c44745b44eee04cf49415fec8.zip |
functions: rename abuild_ver to program_version
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ # Distributed under GPL-2 # -abuild_ver=@VERSION@ +program_version=@VERSION@ sysconfdir=@sysconfdir@ abuildrepo_base=@abuildrepo@ datadir=@datadir@ @@ -759,7 +759,7 @@ prepare_metafiles() { # parch="noarch" # fi - echo "# Generated by $(basename $0) $abuild_ver" >"$pkginfo" + echo "# Generated by $(basename $0) $program_version" >"$pkginfo" if [ -n "$FAKEROOTKEY" ]; then echo "# using $($FAKEROOT -v)" >> "$pkginfo" fi @@ -1819,7 +1819,7 @@ snapshot() { } usage() { - echo "$program $abuild_ver" + echo "$program $program_version" echo "usage: $program [options] [-i PKG] [-P REPODEST] [-p PKGDEST]" echo " [-s SRCDEST] [cmd] ..." echo " $program [-c] -n PKGNAME[-PKGVER]" |