1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-12-25 00:20:05 -07:00

kiss: fix issues with fixdeps and -bin/-git/whatever packages

This commit is contained in:
Dylan Araps 2020-09-26 09:24:58 +03:00
parent 9358f9558f
commit acf8207145
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

6
kiss
View File

@ -481,11 +481,11 @@ pkg_fix_deps() {
;; ;;
*) *)
pkg_owner -l "/${line#/}\$" "$@" || pkg_owner -l "/${line#/}\$" manifest ||
! pkg_owner -l "/${line#/}\$" "$@" &&
continue continue
[ "$pkg_owner" = "$pkg" ] || printf '%s\n' "$pkg_owner"
printf '%s\n' "$pkg_owner"
;; ;;
esac esac
;; ;;