diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-13 12:36:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-13 12:38:58 +0000 |
commit | 8d6009110cc441b37c8300e52abe2b59ef2c1e1b (patch) | |
tree | af68fb64919d3162e9b42530b61a84b9e2f68159 /abuild.in | |
parent | af19c757deed76656ca90f2c0a90880350f905cf (diff) | |
download | abuild-8d6009110cc441b37c8300e52abe2b59ef2c1e1b.tar.gz abuild-8d6009110cc441b37c8300e52abe2b59ef2c1e1b.tar.bz2 abuild-8d6009110cc441b37c8300e52abe2b59ef2c1e1b.tar.xz abuild-8d6009110cc441b37c8300e52abe2b59ef2c1e1b.zip |
abuild: exit with error if pkgrel is unset
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1921,7 +1921,7 @@ APKBUILD=$(readlink -f "$APKBUILD") startdir="${APKBUILD%/*}" srcdir=${srcdir:-"$startdir/src"} pkgbasedir=${pkgbasedir:-"$startdir/pkg"} -pkgrel=0 + repo=${startdir%/*} repo=${repo##*/} |