mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -185,7 +185,7 @@ class Develop(Command):
|
||||
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…
x
Reference in New Issue
Block a user