1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

kiss: Fix bug with version split.

pkg_find_version was not being told to update
split information.
This commit is contained in:
Dylan Araps 2021-07-16 11:23:47 +03:00
parent db52393278
commit ace258aac0
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

2
kiss
View File

@ -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