diff --git a/setup/install.py b/setup/install.py index 13bcf1e441..95ec984ef3 100644 --- a/setup/install.py +++ b/setup/install.py @@ -256,6 +256,8 @@ class Install(Develop): help='Where to put the calibre binaries. Default is /bin') parser.add_option('--staging-sharedir', help='Where to put the calibre data files. Default is /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):