Skip to content
Snippets Groups Projects
Commit fb996758 authored by Natanael Copa's avatar Natanael Copa
Browse files

the package name includes -r for package release

parent 6e55c8ce
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment