forked from kiss-community/kiss
kiss: prompt for password before multi-build
This commit is contained in:
parent
613d5e6967
commit
1376de2f31
6
kiss
6
kiss
@ -479,7 +479,11 @@ pkg_build() {
|
|||||||
log "Building: $*"
|
log "Building: $*"
|
||||||
|
|
||||||
# Only ask for confirmation if more than one package needs to be built.
|
# Only ask for confirmation if more than one package needs to be built.
|
||||||
[ $# -gt 1 ] || [ "$pkg_update" ] && prompt
|
[ $# -gt 1 ] || [ "$pkg_update" ] && {
|
||||||
|
prompt
|
||||||
|
|
||||||
|
[ "$pass" ] || root_cache
|
||||||
|
}
|
||||||
|
|
||||||
log "Checking to see if any dependencies have already been built"
|
log "Checking to see if any dependencies have already been built"
|
||||||
log "Installing any pre-built dependencies"
|
log "Installing any pre-built dependencies"
|
||||||
|
Loading…
Reference in New Issue
Block a user