зеркало из https://github.com/mozilla/gecko-dev.git
Bug 906177 - Fix bootstrap on elementary; r=gps
DONTBUILD (NPOTB) --HG-- extra : amend_source : 44cd72c98044aa380a5d60c5dd4127364f9ef6b3
This commit is contained in:
Родитель
b7fdb34014
Коммит
94a677f930
|
@ -59,7 +59,7 @@ class Bootstrapper(object):
|
|||
cls = UbuntuBootstrapper
|
||||
elif distro == 'Ubuntu':
|
||||
cls = UbuntuBootstrapper
|
||||
elif distro in ('Elementary OS', 'Elementary'):
|
||||
elif distro in ('Elementary OS', 'Elementary', '"elementary OS"'):
|
||||
cls = UbuntuBootstrapper
|
||||
else:
|
||||
raise NotImplementedError('Bootstrap support for this Linux '
|
||||
|
|
Загрузка…
Ссылка в новой задаче