From a041e5c9413fd816bc2858509319fa469fa233e5 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Tue, 29 Mar 2016 11:18:26 -0700 Subject: [PATCH] ceph.in: correct dev python path for automake builds Accidentally broken by ad2e6f442df0fe302c09fc751fc9e12237789511 Signed-off-by: Josh Durgin --- src/ceph.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph.in b/src/ceph.in index b1b898d52b17a..321dfae2f876a 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -79,7 +79,7 @@ if MYDIR.endswith('src') and \ os.path.exists(os.path.join(MYDIR, 'pybind')) and \ os.path.exists(os.path.join(MYDIR, 'build')): - respawn_in_path(os.path.join(MYDIR, '.libs'), "pybind/build", + respawn_in_path(os.path.join(MYDIR, '.libs'), "pybind", get_pythonlib_dir()) if os.environ.has_key('PATH') and MYDIR not in os.environ['PATH']: os.environ['PATH'] += ':' + MYDIR -- 2.39.5