kiss: Temporary workaround for incorrect fixdeps() output in rare cases.

This commit is contained in:
Dylan Araps 2020-06-02 11:56:21 +03:00
parent 46b48e4003
commit 6e7e3f5226
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -500,7 +500,7 @@ pkg_fixdeps() {
# Skip listing these packages as dependencies.
case $dep in
musl|gcc|llvm|"$pkg_name"|"$pkg_name-bin"|"") ;;
musl|gcc|llvm|"${pkg_name%%-bin}"|"${pkg_name%%-esr}"|"") ;;
*) printf '%s\n' "$dep"
esac
done ||: