]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: do not install unpackaged stuff
authorKefu Chai <kchai@redhat.com>
Sat, 2 Jul 2016 11:20:34 +0000 (19:20 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 4 Jul 2016 03:17:02 +0000 (11:17 +0800)
* 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>
src/CMakeLists.txt

index 4aed659f42cf2d317147fe05f5b04f1a751bd2ce..09a9753d126672d33a01a444084255565244f0b2 100644 (file)
@@ -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
@@ -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