diff --git a/kiss b/kiss index b29bb93..5b6deeb 100755 --- a/kiss +++ b/kiss @@ -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" |