mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:33:12 +02:00
Linux develop/install commands: Use bindir instead of staging bindir in the launchers. Fixes #4439 (Library deleted)
This commit is contained in:
parent
3dd8767ecb
commit
2a3c0baaf4
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ def write_template(self, name, mod, func):
|
|||
script = template.format(
|
||||
module=mod, func=func,
|
||||
path=self.libdir, resources=self.sharedir,
|
||||
executables=self.staging_bindir,
|
||||
executables=self.bindir,
|
||||
extensions=self.j(self.libdir, 'calibre', 'plugins'))
|
||||
path = self.j(self.staging_bindir, name)
|
||||
if not os.path.exists(self.staging_bindir):
|
||||
|
|
|
|||
Loading…
Reference in a new issue