Linux develop/install commands: Use bindir instead of staging bindir in the launchers. Fixes #4439 (Library deleted)

This commit is contained in:
Kovid Goyal 2010-01-06 09:26:54 -07:00
parent 3dd8767ecb
commit 2a3c0baaf4

View File

@ -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):