kiss: extend KISS_FORCE to 'kiss i'

This commit is contained in:
Dylan Araps 2019-09-14 17:52:33 +03:00
parent cbd0a910ae
commit b475771827
1 changed files with 1 additions and 0 deletions

1
kiss
View File

@ -652,6 +652,7 @@ pkg_install() {
# Make sure that all run-time dependencies are installed prior to
# installing the package.
[ -f "$tar_dir/$pkg_name/$pkg_db/$pkg_name/depends" ] &&
[ -z "$KISS_FORCE" ] &&
while read -r dep dep_type; do
[ "${dep##\#*}" ] || continue
[ "$dep_type" ] || pkg_list "$dep" >/dev/null ||