From f451b173edddc3eae6653e378a530d2982645feb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 May 2016 11:09:36 +0530 Subject: [PATCH] Change bootstrap order --- setup/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install.py b/setup/install.py index 16011453cc..cf35a3c827 100644 --- a/setup/install.py +++ b/setup/install.py @@ -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')