Fix broken string comparison that will always be true.

Introduced by 1c22d6853c
This commit is contained in:
Tk-Glitch 2020-11-22 10:52:35 +01:00
parent a6a8c0d02c
commit e42ab8bafd

View File

@ -1062,7 +1062,7 @@ _tkg_srcprep() {
fi
# Anbox modules
if [ "$_basever" > "56" ]; then
if [ "$_basever" != "54" ]; then
if [ -z "$_anbox" ]; then
plain ""
plain "Enable android modules for use with Anbox?"