Bug 822103 - Support 'LinuxMint' distro in mozboot; r=edmorley

DONTBUILD (NPOTB)
This commit is contained in:
Gregory Szorc 2012-12-31 10:12:15 -08:00
parent 849ec6e40c
commit 399732ddbe

View File

@ -45,7 +45,7 @@ class Bootstrapper(object):
cls = FedoraBootstrapper
elif distro == 'Gentoo Base System':
cls = GentooBootstrapper
elif distro == 'Mint':
elif distro in ('Mint', 'LinuxMint'):
cls = MintBootstrapper
elif distro == 'Ubuntu':
cls = UbuntuBootstrapper