From: Josh Durgin Date: Tue, 29 Mar 2016 18:18:26 +0000 (-0700) Subject: ceph.in: correct dev python path for automake builds X-Git-Tag: v10.1.1~71^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8360%2Fhead;p=ceph.git ceph.in: correct dev python path for automake builds Accidentally broken by ad2e6f442df0fe302c09fc751fc9e12237789511 Signed-off-by: Josh Durgin --- diff --git a/src/ceph.in b/src/ceph.in index b1b898d52b17..321dfae2f876 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