forked from kiss-community/kiss
kiss: fix too strict install check
This commit is contained in:
parent
49e9feca74
commit
1e14b794a3
2
kiss
2
kiss
@ -1364,7 +1364,7 @@ pkg_installable() {
|
|||||||
! [ -f "$2" ] ||
|
! [ -f "$2" ] ||
|
||||||
|
|
||||||
while read -r dep dep_type || ok "$dep"; do
|
while read -r dep dep_type || ok "$dep"; do
|
||||||
case $dep-$dep_type in [!\#]?*)
|
case "$dep $dep_type" in [!\#]?*\ )
|
||||||
! [ -d "$sys_db/$dep" ] || continue
|
! [ -d "$sys_db/$dep" ] || continue
|
||||||
|
|
||||||
printf '%s %s\n' "$dep" "$dep_type"
|
printf '%s %s\n' "$dep" "$dep_type"
|
||||||
|
Loading…
Reference in New Issue
Block a user