mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss-new: Get all package sources for build.
This commit is contained in:
parent
f6d7a387ea
commit
e8a4464923
3
kiss-new
3
kiss-new
@ -202,6 +202,7 @@ pkg_build() {
|
|||||||
set -- $missing_deps
|
set -- $missing_deps
|
||||||
set +f
|
set +f
|
||||||
}
|
}
|
||||||
|
log "Installing: $*."
|
||||||
|
|
||||||
for pkg; do
|
for pkg; do
|
||||||
# Find the package's repository files. This needs to keep
|
# Find the package's repository files. This needs to keep
|
||||||
@ -223,6 +224,8 @@ pkg_build() {
|
|||||||
# Die here as packages without checksums were found above.
|
# Die here as packages without checksums were found above.
|
||||||
[ "$no_checkums" ] &&
|
[ "$no_checkums" ] &&
|
||||||
die "Run '$kiss checksum ${no_checkums% }' to generate checksums."
|
die "Run '$kiss checksum ${no_checkums% }' to generate checksums."
|
||||||
|
|
||||||
|
for pkg; do pkg_sources "$pkg"; done
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_checksums() {
|
pkg_checksums() {
|
||||||
|
Loading…
Reference in New Issue
Block a user