aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss6
1 files changed, 5 insertions, 1 deletions
diff --git a/kiss b/kiss
index bd95417..7d49ca7 100755
--- a/kiss
+++ b/kiss
@@ -479,7 +479,11 @@ pkg_build() {
log "Building: $*"
# 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 "Installing any pre-built dependencies"