]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind: use correct subdir for rados install-exec rule 7684/head
authorJosh Durgin <jdurgin@redhat.com>
Wed, 17 Feb 2016 23:44:45 +0000 (15:44 -0800)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 17 Feb 2016 23:44:45 +0000 (15:44 -0800)
This fixes package builds and 'make install'

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/pybind/rados/Makefile.am

index 07b914b628b11b1883850006f9a089b8aaf21b49..ad555c394b91bb24c998c9cfee6343e1ea1af7b8 100644 (file)
@@ -21,7 +21,7 @@ rados-pybind-install-exec: ${srcdir}/ceph_ver.h
        else \
                options=--prefix=$(prefix) ; \
        fi ; \
-       cd $(srcdir)/pybind; $(PY_DISTUTILS) build \
+       cd $(srcdir)/pybind/rados; $(PY_DISTUTILS) build \
        --build-base $(shell readlink -f $(builddir))/build \
        install \
        $$options $$root \