From f40a8cd5162e9057a7b655eb178b03a62c443e6c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 16 Sep 2019 10:37:50 +0300 Subject: [PATCH] kiss: revert extract change --- kiss | 6 +----- 1 file changed, 1 insertion(+), 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