You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/app-cdr/cdemu/files/cdemu-3.0.0-bash-completion...

15 lines
361 B

diff --git a/cdemu-client/CMakeLists.txt b/cdemu-client/CMakeLists.txt
index 99b595e..e4f9b6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,8 @@ install (
install (
FILES data/cdemu-bash-completion.sh
- DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
+ DESTINATION ${GENTOO_BASHCOMPDIR}
+ RENAME cdemu
)
install (