1 diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
2 index 74bf591..f866384 100644
3 --- a/scripts/CMakeLists.txt
4 +++ b/scripts/CMakeLists.txt
5 @@ -25,7 +25,7 @@ configure_file(rpm/preuninstall.in rpm/preuninstall)
6 configure_file(scap-driver-loader.in scap-driver-loader @ONLY)
8 install(FILES completions/bash/sysdig
9 - DESTINATION "${DIR_ETC}/bash_completion.d" COMPONENT "${SYSDIG_COMPONENT_NAME}")
10 + DESTINATION "share/bash-completion/completions/" COMPONENT "${SYSDIG_COMPONENT_NAME}")
12 install(FILES completions/zsh/_sysdig
13 DESTINATION share/zsh/vendor-completions COMPONENT "${SYSDIG_COMPONENT_NAME}")