kiss: Update log outputs.

This commit is contained in:
Dylan Araps 2019-06-30 10:58:53 +03:00
parent 875da0c6f7
commit 41f442fc5f
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -474,7 +474,7 @@ pkg_build() {
done
log "Successfully built all packages."
log "Run '$kiss i $*' to install them."
log "Run '$kiss i $*' to install the built packages."
}
pkg_checksums() {
@ -528,7 +528,7 @@ pkg_checksums() {
pkg_conflicts() {
# Check to see if a package conflicts with another.
# This function takes a path to a KISS tarball as an argument.
log "Checking for package conflicts."
log "[$2]: Checking for package conflicts."
# Extract manifest from the tarball and only extract files entries.
tar xf "$1" -O "./var/db/kiss/$2/manifest" |