Skip to content

Commit

Permalink
cmake: do not install unpackages stuff
Browse files Browse the repository at this point in the history
* doc/start/ceph.conf: it was installed as /etc/ceph.conf.example.
  but it's unexpected, and ceph.spec does not packages it.
* vstart.sh: this is for development usage. no need to package it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 2, 2016
1 parent f5d9128 commit 30fef0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Expand Up @@ -1091,7 +1091,6 @@ install(PROGRAMS
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph-post-file
${CMAKE_SOURCE_DIR}/src/ceph-run
${CMAKE_SOURCE_DIR}/src/ceph-rest-api
${CMAKE_SOURCE_DIR}/src/vstart.sh
${CMAKE_SOURCE_DIR}/src/ceph-clsinfo
DESTINATION bin)
install(PROGRAMS
Expand All @@ -1105,10 +1104,6 @@ install(FILES
${CMAKE_SOURCE_DIR}/share/known_hosts_drop.ceph.com
DESTINATION ${CMAKE_INSTALL_DATADIR}/ceph)

install(FILES
${CMAKE_SOURCE_DIR}/doc/start/ceph.conf
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/ceph/ RENAME ceph.conf.example)

install(PROGRAMS
ceph_common.sh
ceph-osd-prestart.sh
Expand Down

0 comments on commit 30fef0f

Please sign in to comment.