]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.in: correct dev python path for automake builds 8360/head
authorJosh Durgin <jdurgin@redhat.com>
Tue, 29 Mar 2016 18:18:26 +0000 (11:18 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Tue, 29 Mar 2016 18:18:26 +0000 (11:18 -0700)
Accidentally broken by ad2e6f442df0fe302c09fc751fc9e12237789511

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/ceph.in

index b1b898d52b17ad348478742c70d5d57bbe855ae1..321dfae2f876ae413d708437308bdf1dbc7b3126 100755 (executable)
@@ -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