mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change bootstrap order
This commit is contained in:
parent
4d85e84119
commit
f451b173ed
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user