1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2025-01-22 02:14:39 -07:00

kiss: make KISS_FORCE bypass build dependency checks

Perhaps this is not desired, or it should use a different environment
variable, but it confused me that KISS_FORCE=1 skips dependency checks
for kiss i and kiss r, but not kiss b.
This commit is contained in:
aabacchus 2022-08-07 19:42:49 +01:00
parent 6887884127
commit 642cff87bc
No known key found for this signature in database
GPG Key ID: B02F7D053AC351D3

2
kiss
View File

@ -872,7 +872,7 @@ pkg_build_all() {
# Mark packages passed on the command-line explicit.
# Also resolve dependencies for all explicit packages.
for pkg do
pkg_depends "$pkg" expl filter
equ "$KISS_FORCE" 1 || pkg_depends "$pkg" expl filter
explicit="$explicit $pkg "
done