From: Casey Bodley Date: Tue, 5 Apr 2016 14:38:39 +0000 (-0400) Subject: mrun: update path to cmake binaries X-Git-Tag: v10.1.1~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8447%2Fhead;p=ceph.git mrun: update path to cmake binaries Signed-off-by: Casey Bodley --- diff --git a/src/mrun b/src/mrun index df435ba9a1f5..407f360a0cc6 100755 --- a/src/mrun +++ b/src/mrun @@ -9,7 +9,7 @@ CEPH_BIN=$root CEPH_CONF_PATH=$root/run/$run_name if [ -e CMakeCache.txt ]; then - CEPH_BIN=$PWD/src + CEPH_BIN=$PWD/bin CEPH_CONF_PATH=$PWD/run/$run_name fi