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
1 changed files with 3 additions and 3 deletions

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
[ "$pkg_owner" = "$pkg" ] ||
printf '%s\n' "$pkg_owner"
printf '%s\n' "$pkg_owner"
;;
esac
;;