mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-24 16:10:05 -07:00
kiss: Fix bug with version split.
pkg_find_version was not being told to update split information.
This commit is contained in:
parent
db52393278
commit
ace258aac0
2
kiss
2
kiss
@ -820,7 +820,7 @@ pkg_build_all() {
|
|||||||
for pkg do
|
for pkg do
|
||||||
log "$pkg" "Building package ($((_build_cur+=1))/${_build_tot:=$#})"
|
log "$pkg" "Building package ($((_build_cur+=1))/${_build_tot:=$#})"
|
||||||
|
|
||||||
pkg_find_version "$pkg"
|
pkg_find_version "$pkg" 1
|
||||||
|
|
||||||
# arg1: pre-extract
|
# arg1: pre-extract
|
||||||
# arg2: package name
|
# arg2: package name
|
||||||
|
Loading…
Reference in New Issue
Block a user