diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-03 07:10:41 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-03 07:10:41 +0000 |
commit | c656d360f89712d01839b286f0c72d2aea977f58 (patch) | |
tree | c0a1180b529de83f1c6045bd5236ed1cbe2730ff | |
parent | 241bce9357e445491205e6452271df84d24e72d9 (diff) | |
download | cpt-c656d360f89712d01839b286f0c72d2aea977f58.tar.gz |
kiss: count build total. Closes #76
FossilOrigin-Name: 9075c9e8b62f0c3f9ad28fe11efcb6e586f78c6fb4de2c0d837e05a354ced718
-rwxr-xr-x | kiss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |