wok-current diff lxmenu-data/receipt @ rev 21363

syslinux: iso2exe/init fix loram case
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 17:37:32 2019 +0200 (2019-04-21)
parents 44c7f1417384
children f785404cbaa7
line diff
     1.1 --- a/lxmenu-data/receipt	Mon Jan 02 18:35:23 2017 +0000
     1.2 +++ b/lxmenu-data/receipt	Sun Apr 21 17:37:32 2019 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  TAGS="LXDE"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -[ "$ARCH" == "i486" ] && BUILD_DEPENDS="gettext intltool"
     1.8 +[ "$ARCH" = "i486" ] && BUILD_DEPENDS="gettext intltool"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()