buildrepo: dont rebuild packages unless pkgver/pkgrel change

This commit is contained in:
Natanael Copa 2009-01-20 14:05:47 +00:00
parent 7f97d71874
commit df4dd0e688
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ build() {
for i in */APKBUILD; do
( cd ${i%/*} || return 1
PKGDEST="$repodir/$repo" abuild -r || return 1
PKGDEST="$repodir/$repo" abuild -k -r || return 1
) || return 1
done
cd "$repodir/$repo"