This commit is contained in:
Kovid Goyal 2021-04-11 23:03:56 +05:30
commit 6e32092098
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -256,6 +256,8 @@ class Install(Develop):
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):