]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: fix bash_completion install path
authorKefu Chai <kchai@redhat.com>
Sat, 28 May 2016 05:20:35 +0000 (13:20 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 1 Jun 2016 15:49:45 +0000 (23:49 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/bash_completion/CMakeLists.txt

index a742f328c8611cc6d9dbe9e66c72cf68b767e646..8d834774d77d71e62c7f0a5431d14d764a981fa7 100644 (file)
@@ -11,5 +11,5 @@ if(WITH_RADOSGW)
 endif()
 
 install(FILES ${completions}
-  DESTINATION ${sysconfdir}/bash_completion.d)
+  DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d)