forked from kiss-community/kiss
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
|
# Finally build and create tarballs for all passed packages and
|
||||||
# dependencies.
|
# dependencies.
|
||||||
for pkg do
|
for pkg do
|
||||||
log "$pkg" "Building package ($((_build_cur+=1))/${_build_tot:=$#})"
|
log "$pkg" "Building package ($((_build_cur+=1))/$#)"
|
||||||
|
|
||||||
pkg_find_version_split "$pkg"
|
pkg_find_version_split "$pkg"
|
||||||
|
|
||||||
@ -890,7 +890,7 @@ pkg_build_all() {
|
|||||||
# arg2: package name
|
# arg2: package name
|
||||||
# arg3: number in queue
|
# arg3: number in queue
|
||||||
# arg4: total 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"
|
! [ -f "$repo_dir/sources" ] || pkg_extract "$pkg"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user