]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
cd into pybind/ceph
authorAlfredo Deza <alfredo@deza.pe>
Mon, 3 Nov 2014 19:30:31 +0000 (14:30 -0500)
committerAlfredo Deza <alfredo@deza.pe>
Mon, 3 Nov 2014 19:30:31 +0000 (14:30 -0500)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
python-bindings/config/definitions/build.sh

index fa2d70bfa8489d752ca18011f9ba4378d68373df..cea83c18861b9fcbfbaf345393905301aa1f7751 100644 (file)
@@ -116,6 +116,7 @@ gitbuilder-cdep-deb* | tala* | mira*)
         rm -rf dist
         rm -f *.changes *.dsc *.gz *.diff
         pwd
+        cd src/pybind/ceph
 
         # Tag tree and update version number in change log and
         # in setup.py before building.
@@ -126,6 +127,7 @@ gitbuilder-cdep-deb* | tala* | mira*)
         DIST=el6
         RPM_BUILD=$(lsb_release -s -c)
 
+        cd src/pybind/ceph
         if [ ! -e setup.py ] ; then
             echo "Are we in the right directory"
             exit 1