diff options
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" | |