mirror of
https://github.com/ceph/ceph
synced 2025-02-06 18:34:17 +00:00
5 lines
94 B
CMake
5 lines
94 B
CMake
if(WITH_SELINUX)
|
|
install(FILES ceph_selinux.8
|
|
DESTINATION ${CEPH_MAN_DIR}/man8)
|
|
endif()
|