summaryrefslogtreecommitdiff
path: root/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'abuild')
-rwxr-xr-xabuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild b/abuild
index cebf2dc..4474021 100755
--- a/abuild
+++ b/abuild
@@ -362,7 +362,7 @@ srcpkg() {
# check if package is up to date
up2date() {
- local pkg="$PKGDEST/$pkgname-$pkgver-$pkgrel.apk"
+ local pkg="$PKGDEST/$pkgname-$pkgver-r$pkgrel.apk"
local i s
cd "$startdir"
[ -f "$pkg" ] || return 1