From 2a3c0baaf464197629b706a111e403404f49e0e2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 6 Jan 2010 09:26:54 -0700 Subject: [PATCH] Linux develop/install commands: Use bindir instead of staging bindir in the launchers. Fixes #4439 (Library deleted) --- setup/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install.py b/setup/install.py index 4aab6a4761..20a484bf6f 100644 --- a/setup/install.py +++ b/setup/install.py @@ -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):