mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
kiss: fix #243
This commit is contained in:
parent
7cb2b052dd
commit
ca14261544
4
kiss
4
kiss
@ -882,7 +882,7 @@ pkg_build_all() {
|
||||
# Finally build and create tarballs for all passed packages and
|
||||
# dependencies.
|
||||
for pkg do
|
||||
log "$pkg" "Building package ($((_build_cur+=1))/${_build_tot:=$#})"
|
||||
log "$pkg" "Building package ($((_build_cur+=1))/$#)"
|
||||
|
||||
pkg_find_version_split "$pkg"
|
||||
|
||||
@ -890,7 +890,7 @@ pkg_build_all() {
|
||||
# arg2: package name
|
||||
# arg3: number in queue
|
||||
# arg4: total in queue
|
||||
run_hook queue "$pkg" "$((_build_cur += 1))" "$#"
|
||||
run_hook queue "$pkg" "$_build_cur" "$#"
|
||||
|
||||
! [ -f "$repo_dir/sources" ] || pkg_extract "$pkg"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user