aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss4
1 files changed, 4 insertions, 0 deletions
diff --git a/kiss b/kiss
index db2f13f..0243004 100755
--- a/kiss
+++ b/kiss
@@ -551,6 +551,10 @@ pkg_build() {
[ $# -gt 1 ] || [ "$pkg_update" ] && {
prompt
+ # Prompt for password prior to the build if more than one package
+ # will be built and installed. No use in forcing the user to wait
+ # for the first password prompt (before caching) if it may take a
+ # long long while.
[ "$cached" ] || root_cache
}