From 3f799e1c0bde144f8ac367b5d2e87693ac65f13e Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 9 Oct 2024 17:49:56 +0000 Subject: [PATCH] fix bash completion script install path Signed-off-by: Ian Chen --- core/cmd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cmd/CMakeLists.txt b/core/cmd/CMakeLists.txt index 6e1230e1..736f537e 100644 --- a/core/cmd/CMakeLists.txt +++ b/core/cmd/CMakeLists.txt @@ -34,4 +34,4 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/msgs${PROJECT_VERSION_MAJOR}.bash_completion.sh DESTINATION - ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/gz/gz${GZ_TOOLS_VER}.completion.d) + ${CMAKE_INSTALL_DATAROOTDIR}/gz/gz${GZ_TOOLS_VER}.completion.d)