Change bootstrap order

This commit is contained in:
Kovid Goyal 2016-05-03 11:09:36 +05:30
parent 4d85e84119
commit f451b173ed

View File

@ -327,7 +327,7 @@ class Bootstrap(Command):
description = 'Bootstrap a fresh checkout of calibre from git to a state where it can be installed. Requires various development tools/libraries/headers'
TRANSLATIONS_REPO = 'https://github.com/kovidgoyal/calibre-translations.git'
sub_commands = 'cacerts build iso639 iso3166 translations gui mathjax resources'.split()
sub_commands = 'build iso639 iso3166 translations gui resources cacerts mathjax'.split()
def pre_sub_commands(self, opts):
tdir = self.j(self.d(self.SRC), 'translations')