Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cdemu/files: cdemu-2.0.0-bash-completion-dir.patch
Date: Mon, 28 Jan 2013 00:22:44
Message-Id: 20130128002241.A36802171E@flycatcher.gentoo.org
1 tetromino 13/01/28 00:22:41
2
3 Added: cdemu-2.0.0-bash-completion-dir.patch
4 Log:
5 Version bump (bug #451746, thanks to Agostino Sarubbo); cdemud was renamed to cdemu-daemon. Update to python-single-r1.eclass and EAPI5. Update license. Drop old.
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
8
9 Revision Changes Path
10 1.1 app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/cdemu/files/cdemu-2.0.0-bash-completion-dir.patch?rev=1.1&content-type=text/plain
14
15 Index: cdemu-2.0.0-bash-completion-dir.patch
16 ===================================================================
17 diff --git a/cdemu-client/CMakeLists.txt b/cdemu-client/CMakeLists.txt
18 index 6f33b7c..5261c18 100644
19 --- a/cdemu-client/CMakeLists.txt
20 +++ b/cdemu-client/CMakeLists.txt
21 @@ -41,7 +41,7 @@ install (
22
23 install (
24 FILES data/cdemu-bashcomp
25 - DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
26 + DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion
27 RENAME cdemu-client
28 )