mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 17:46:20 +01:00
Merge branch 'install-fix' of https://github.com/eli-schwartz/calibre
This commit is contained in:
commit
6e32092098
1 changed files with 2 additions and 0 deletions
|
|
@ -256,6 +256,8 @@ def add_options(self, parser):
|
|||
help='Where to put the calibre binaries. Default is <root>/bin')
|
||||
parser.add_option('--staging-sharedir',
|
||||
help='Where to put the calibre data files. Default is <root>/share')
|
||||
parser.add_option('--system-plugins-location',
|
||||
help='Path to a directory from which the installed calibre will load plugins')
|
||||
self.add_postinstall_options(parser)
|
||||
|
||||
def install_files(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue