Correcting accidentally unconditional default for linux-flavours in progress mode.
This commit is contained in:
parent
3f36f6ba4b
commit
3cd5375fbd
|
@ -615,7 +615,7 @@ Set_defaults ()
|
|||
i386)
|
||||
case "${LB_MODE}" in
|
||||
progress)
|
||||
LB_LINUX_FLAVOURS="686"
|
||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686}"
|
||||
;;
|
||||
|
||||
ubuntu)
|
||||
|
|
Loading…
Reference in New Issue