id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blockedby,blocking,platform 5365,[patch] Remove compound if statement for BasicCommandLineTools,mmadia,bonefish,"installoptionalpackage doesn't support the compound if statement {{{ if [ IsOptionalHaikuImagePackageAdded BasicCommandLineTools ] && $(TARGET_ARCH) = x86 { }}} The attached patch changes it to {{{ if [ IsOptionalHaikuImagePackageAdded BasicCommandLineTools ] { if $(TARGET_ARCH) != x86 { Echo ""No optional package BasicCommandLineTools available for $(TARGET_ARCH)"" ; } else { ... } }}} ",enhancement,closed,normal,R1,Build System,R1/Development,fixed,,,,,All