From e6c4ddb105b5589954e9698de471c499fa7d7e32 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 9 Oct 2024 14:07:24 -0700 Subject: [PATCH] Fix bash completion script install path (#469) Signed-off-by: Ian Chen Signed-off-by: Pravin-Dangol --- 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)