commit b475771827ab53c98b10f6f7773b83aee4fdc6f9
parent cbd0a910ae2f579f6f8d95cf28d3b31ad127c568
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Sat, 14 Sep 2019 17:52:33 +0300
kiss: extend KISS_FORCE to 'kiss i'
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/kiss b/kiss
@@ -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 ||