diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-14 14:52:33 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-14 14:52:33 +0000 |
commit | 92f8c8146c2c06f57fa35d61e2e84cbe12f033cd (patch) | |
tree | 3a95ca192cb2edf1f274f02f917a235b7eafb4c9 | |
parent | 7477118b0364aff0dacfbfed9aa07711c1a4fb02 (diff) | |
download | cpt-92f8c8146c2c06f57fa35d61e2e84cbe12f033cd.tar.gz |
kiss: extend KISS_FORCE to 'kiss i'
FossilOrigin-Name: cb8ea384514dcda7ba54c5a348ea43cf154381a9af4b49244277d153b22f9f0e
-rwxr-xr-x | kiss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 || |