libkent1: use = for comparision instead of ==

This commit is contained in:
John 2019-08-30 17:01:26 +02:00
parent cadff98386
commit de4e7a9e9b

View file

@ -18,7 +18,7 @@ homepage="https://www.kronosnet.org"
distfiles="https://kronosnet.org/releases/kronosnet-${version}.tar.bz2"
checksum=c2ee20a9b5b0791ed5379b38b0b51d549603933925a839f045455553f03e6114
if [ "$XBPS_TARGET_LIBC" == musl ]; then
if [ "$XBPS_TARGET_LIBC" = musl ]; then
broken="Uses dlinfo RTLD_DI_ORIGIN and other runtime issues"
fi