diff options
Diffstat (limited to 'app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch')
-rw-r--r-- | app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch b/app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch new file mode 100644 index 000000000000..58ad6d9f24eb --- /dev/null +++ b/app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch @@ -0,0 +1,13 @@ +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 + ) + |