]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart: fix up cmake paths when VSTART_DEST is given 8363/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 29 Mar 2016 19:11:26 +0000 (15:11 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 29 Mar 2016 19:26:31 +0000 (15:26 -0400)
commit23336a3c7cfc21788c71ca395230a2a60d3d5ef9
tree998df802dd8b17d37dd6e0e22b1c44f2d4b31ff1
parente94e779edb182f509a2c99fb593f3e4f306a2e4d
vstart: fix up cmake paths when VSTART_DEST is given

mstart.sh uses VSTART_DEST to tell vstart.sh where to create the
cluster. in the cmake case, it needs to get a relative path from there
to the built binaries and libraries - update these paths to use the new
'lib' and 'bin' directories

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/vstart.sh