commit b54c85a6a0f5541a973a3f08c9efffee9f9df5a2
parent b07a10cd402b26fa06913d4862fe10dcfe63b331
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Sat, 11 Jan 2020 14:07:21 +0200
kiss: Really fix kiss u behavior
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/kiss b/kiss
@@ -393,7 +393,7 @@ pkg_build() {
}
done
- explicit_build=$explicit
+ [ "$pkg_update" ] || explicit_build=$explicit
# If an explicit package is a dependency of another explicit
# package, remove it from the explicit list as it needs to be
@@ -414,9 +414,6 @@ pkg_build() {
# Only ask for confirmation if more than one package needs to be built.
[ $# -gt 1 ] || [ "$pkg_update" ] && prompt
- # Treat all packages as implicit if this is an update.
- [ "$pkg_update" ] && explicit=
-
log "Checking to see if any dependencies have already been built"
log "Installing any pre-built dependencies"