From 41f442fc5f6f0d7d5b567432ee2bfee6525a244e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 30 Jun 2019 10:58:53 +0300 Subject: [PATCH] kiss: Update log outputs. --- kiss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" |