tetromino 15/02/21 22:55:37 Added: cdemu-3.0.0-bash-completion-dir.patch Log: Version bump, adds image writing (bug #518590, thanks to Rafał Mużyło). Add REQUIRED_USE (bug #521834, thanks to Karl Lindén). Drop old. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Revision Changes Path 1.1 app-cdr/cdemu/files/cdemu-3.0.0-bash-completion-dir.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/files/cdemu-3.0.0-bash-completion-dir.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/files/cdemu-3.0.0-bash-completion-dir.patch?rev=1.1&content-type=text/plain Index: cdemu-3.0.0-bash-completion-dir.patch =================================================================== diff --git a/cdemu-client/CMakeLists.txt b/cdemu-client/CMakeLists.txt index 99b595e..e4f9b6e 100644 --- a/cdemu-client/CMakeLists.txt +++ b/cdemu-client/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 (
