kiss: count build total. Closes #76

This commit is contained in:
Dylan Araps 2020-01-03 09:10:41 +02:00
parent 1d1b50218a
commit 98b5cbd75b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 0 deletions

2
kiss
View File

@ -480,6 +480,8 @@ pkg_build() {
# Finally build and create tarballs for all passed packages and
# dependencies.
for pkg; do
log "$pkg" "Building package ($((in = in + 1))/$#)"
pkg_extract "$pkg"
repo_dir=$(pkg_find "$pkg")