diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-29 08:02:44 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-29 08:02:44 +0000 |
commit | c3e46ba962f4593df3014363d727f7e06e754e9b (patch) | |
tree | 26bfc67ff41bd3ffff23455d73b145c9abede1c8 /kiss-new | |
parent | 1a394fbe862c2cb483b1b40af19ab16f1b1ff383 (diff) | |
download | cpt-c3e46ba962f4593df3014363d727f7e06e754e9b.tar.gz |
kiss-new: Get all package sources for build.
FossilOrigin-Name: 6996d9e24618ac680c1bec583886139fb413e15120717ede86295119dd4296df
Diffstat (limited to 'kiss-new')
-rwxr-xr-x | kiss-new | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -202,6 +202,7 @@ pkg_build() { set -- $missing_deps set +f } + log "Installing: $*." for pkg; do # 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. [ "$no_checkums" ] && die "Run '$kiss checksum ${no_checkums% }' to generate checksums." + + for pkg; do pkg_sources "$pkg"; done } pkg_checksums() { |