From: Josh Durgin Date: Wed, 17 Feb 2016 23:44:45 +0000 (-0800) Subject: pybind: use correct subdir for rados install-exec rule X-Git-Tag: v10.1.0~368^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8b9a79bbd48e0339a6a5146d17aac6ce3c1f447;p=ceph.git pybind: use correct subdir for rados install-exec rule This fixes package builds and 'make install' Signed-off-by: Josh Durgin --- diff --git a/src/pybind/rados/Makefile.am b/src/pybind/rados/Makefile.am index 07b914b628b..ad555c394b9 100644 --- a/src/pybind/rados/Makefile.am +++ b/src/pybind/rados/Makefile.am @@ -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 \