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-overlay/app-cdr/cdemu/files/cdemu-2.0.0-bash-completion...

14 lines
392 B

diff --git a/cdemu-client/CMakeLists.txt b/cdemu-client/CMakeLists.txt
index 6f33b7c..5261c18 100644
--- a/cdemu-client/CMakeLists.txt
+++ b/cdemu-client/CMakeLists.txt
@@ -41,7 +41,7 @@ install (
install (
FILES data/cdemu-bashcomp
- DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion
RENAME cdemu-client
)