diff options
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]" |