the package name includes -r for package release
This commit is contained in:
parent
6e55c8cedf
commit
fb99675891
2
abuild
2
abuild
@ -362,7 +362,7 @@ srcpkg() {
|
|||||||
|
|
||||||
# check if package is up to date
|
# check if package is up to date
|
||||||
up2date() {
|
up2date() {
|
||||||
local pkg="$PKGDEST/$pkgname-$pkgver-$pkgrel.apk"
|
local pkg="$PKGDEST/$pkgname-$pkgver-r$pkgrel.apk"
|
||||||
local i s
|
local i s
|
||||||
cd "$startdir"
|
cd "$startdir"
|
||||||
[ -f "$pkg" ] || return 1
|
[ -f "$pkg" ] || return 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user