kiss: comment

This commit is contained in:
Dylan Araps 2020-01-27 23:53:36 +02:00
parent 5796f2a69f
commit 33a89dbe88
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 4 additions and 0 deletions

4
kiss
View File

@ -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
}