summaryrefslogtreecommitdiffstats
path: root/buildrepo.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-13 12:32:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-13 12:38:58 +0000
commitaf19c757deed76656ca90f2c0a90880350f905cf (patch)
tree0f57296aff0f68e17896b5a797c168e86e665035 /buildrepo.in
parentabfc6c29ef068714e299151d78096af483c4e275 (diff)
downloadabuild-af19c757deed76656ca90f2c0a90880350f905cf.tar.bz2
abuild-af19c757deed76656ca90f2c0a90880350f905cf.tar.xz
buildrepo: set pkgrel to 0 by default
Diffstat (limited to 'buildrepo.in')
-rwxr-xr-xbuildrepo.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildrepo.in b/buildrepo.in
index 0cf3a8f..f489908 100755
--- a/buildrepo.in
+++ b/buildrepo.in
@@ -53,7 +53,7 @@ listpackages() {
cd "$aportsdir/$repo"/${i%/*} || return 1
pkgname=
pkgver=
- pkgrel=
+ pkgrel=0
subpackages=
arch=
linguas=
@@ -94,7 +94,7 @@ list_needbuild() {
cd "$aportsdir/$repo"/${apkbuild%/*} || return 1
pkgname=
pkgver=
- pkgrel=
+ pkgrel=0
subpackages=
arch=
. ./APKBUILD