2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

puke: clean up

This commit is contained in:
Dylan Araps 2019-05-16 16:48:06 +03:00
parent 49f35722a9
commit baeae92a08

3
puke
View File

@ -64,8 +64,7 @@ pkg_checksum() {
pkg_verify() {
pkg_checksum /dev/stdout | diff checksums - ||
die "Checksums of sources do not match checksums of package." \
"Run '$0 checksum $name' to update checksums"
die "Checksum mismatch, run '$0 checksum $name' to update checksums."
log "Checksums verified."
}