tellico: negate broken conditional
This commit is contained in:
parent
84d7e900a9
commit
1484c0e9be
@ -33,6 +33,6 @@ desc_option_yaz="Support for searching z39.50 databases"
|
|||||||
desc_option_cddb="Support for CDDB searches"
|
desc_option_cddb="Support for CDDB searches"
|
||||||
desc_option_scanner="Support for adding scanned images to a collection"
|
desc_option_scanner="Support for adding scanned images to a collection"
|
||||||
|
|
||||||
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
broken="no qt6-webengine"
|
broken="no qt6-webengine"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user