ceph-monstore-update-crush.sh is a user-facing script, and it is not
used internally. also ceph.spec expects it that way. technically, we
should not install arch-indep files into ${CMAKE_INSTALL_LIBDIR}/ceph.
leave this for another changeset..
this partially reverts
37f53ec
Signed-off-by: Kefu Chai <kchai@redhat.com>
install(TARGETS ceph-monstore-tool DESTINATION bin)
install(PROGRAMS
tools/ceph-monstore-update-crush.sh
- DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/ceph)
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/ceph)
add_executable(ceph-objectstore-tool
tools/ceph_objectstore_tool.cc