mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
cmake: fix bash_completion install path
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
14a150bea8
commit
b6da5c5135
@ -11,5 +11,5 @@ if(WITH_RADOSGW)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(FILES ${completions}
|
install(FILES ${completions}
|
||||||
DESTINATION ${sysconfdir}/bash_completion.d)
|
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user