kiss: fix build exit

This commit is contained in:
Dylan Araps 2019-08-24 09:18:08 +00:00
parent 722ef957d6
commit 3629136092
1 changed files with 4 additions and 0 deletions

4
kiss
View File

@ -575,6 +575,9 @@ pkg_build() {
args i "$pkg"
done
# End here as this was a system update and all packages have been installed.
[ "$pkg_update" ] && return
log "Successfully built package(s)"
# Turn the explicit packages into a 'list'.
@ -940,6 +943,7 @@ pkg_updates() {
# Build all packages requiring an update.
pkg_build "$@"
log "Updated all packages"
}
pkg_clean() {