forked from kiss-community/kiss
kiss: revert extract change
This commit is contained in:
parent
8dbf190873
commit
f40a8cd516
6
kiss
6
kiss
@ -416,14 +416,10 @@ pkg_build() {
|
|||||||
# Die here as packages with differing checksums were found above.
|
# Die here as packages with differing checksums were found above.
|
||||||
[ "$mismatch" ] && die "Checksum mismatch with: ${mismatch% }"
|
[ "$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
|
# Finally build and create tarballs for all passed packages and
|
||||||
# dependencies.
|
# dependencies.
|
||||||
for pkg; do
|
for pkg; do
|
||||||
log "[$pkg] Starting build"
|
pkg_extract "$pkg"
|
||||||
repo_dir=$(pkg_find "$pkg")
|
repo_dir=$(pkg_find "$pkg")
|
||||||
|
|
||||||
# Install built packages to a directory under the package name
|
# Install built packages to a directory under the package name
|
||||||
|
Loading…
Reference in New Issue
Block a user