mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug 822103 - Support 'LinuxMint' distro in mozboot; r=edmorley
DONTBUILD (NPOTB)
This commit is contained in:
parent
849ec6e40c
commit
399732ddbe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user