diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-10-08 16:52:33 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-10-08 16:52:33 +0000 |
commit | 642d8060ba8390d036e9328d58a0ed5dbbaec5a4 (patch) | |
tree | f23d8c223f4eb29d09fa1dd7cbdb5cfb125cba1d /app-cdr/cdemu/files | |
parent | Version bump; bad sector emulation is now off by default. Remove old. (diff) | |
download | historical-642d8060ba8390d036e9328d58a0ed5dbbaec5a4.tar.gz historical-642d8060ba8390d036e9328d58a0ed5dbbaec5a4.tar.bz2 historical-642d8060ba8390d036e9328d58a0ed5dbbaec5a4.zip |
Version bump. Remove old.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xCF0ADD61
Diffstat (limited to 'app-cdr/cdemu/files')
-rw-r--r-- | app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 58ad6d9f24eb..000000000000 --- a/app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 - ) - |