forked from kiss-community/kiss
kiss: fix build exit
This commit is contained in:
parent
722ef957d6
commit
3629136092
4
kiss
4
kiss
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user