1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

kiss: Add message for checksums

This commit is contained in:
Dylan Araps 2020-04-29 16:22:57 +03:00
parent 1ad4076c0d
commit 400bc8e83e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

1
kiss
View File

@ -550,6 +550,7 @@ pkg_build() {
for pkg do pkg_sources "$pkg"; done for pkg do pkg_sources "$pkg"; done
pkg_verify "$@" pkg_verify "$@"
log "$pkg" "Verified all checksums"
# Finally build and create tarballs for all passed packages and # Finally build and create tarballs for all passed packages and
# dependencies. # dependencies.