mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'install-fix' of https://github.com/eli-schwartz/calibre
This commit is contained in:
commit
6e32092098
@ -256,6 +256,8 @@ class Install(Develop):
|
|||||||
help='Where to put the calibre binaries. Default is <root>/bin')
|
help='Where to put the calibre binaries. Default is <root>/bin')
|
||||||
parser.add_option('--staging-sharedir',
|
parser.add_option('--staging-sharedir',
|
||||||
help='Where to put the calibre data files. Default is <root>/share')
|
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)
|
self.add_postinstall_options(parser)
|
||||||
|
|
||||||
def install_files(self):
|
def install_files(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user