aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-16 07:37:49 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-16 07:37:49 +0000
commita5af235fd6ed0326f4dc4fdc0faaabec3217a1f0 (patch)
treefd5026d69b74bf1f7875835a6551fa6ccb848edd /kiss
parent72736c0dae775f20ff4ac2135d5e9616fc3a5456 (diff)
downloadcpt-a5af235fd6ed0326f4dc4fdc0faaabec3217a1f0.tar.gz
kiss: revert extract change
FossilOrigin-Name: e8460bc7c3af0f3a5f65854f7e67b2639b5f6346c96d80aaa22e5a8a54a7acbf
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss6
1 files changed, 1 insertions, 5 deletions
diff --git a/kiss b/kiss
index 3df41f7..9ef08da 100755
--- a/kiss
+++ b/kiss
@@ -416,14 +416,10 @@ pkg_build() {
# Die here as packages with differing checksums were found above.
[ "$mismatch" ] && die "Checksum mismatch with: ${mismatch% }"
- # Extract all packages before build to catch any extraction
- # errors early.
- for pkg; do pkg_extract "$pkg"; done
-
# Finally build and create tarballs for all passed packages and
# dependencies.
for pkg; do
- log "[$pkg] Starting build"
+ pkg_extract "$pkg"
repo_dir=$(pkg_find "$pkg")
# Install built packages to a directory under the package name