Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion/files: bash-completion.pc
Date: Thu, 01 Nov 2012 09:09:43
Message-Id: 20121101090926.9EEA021600@flycatcher.gentoo.org
1 ssuominen 12/11/01 09:09:26
2
3 Modified: bash-completion.pc
4 Log:
5 oops, there is helpers subdir and it should be used even for this rel
6
7 (Portage version: 2.2.0_alpha135/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 app-shells/bash-completion/files/bash-completion.pc
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/files/bash-completion.pc?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/files/bash-completion.pc?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/files/bash-completion.pc?r1=1.1&r2=1.2
15
16 Index: bash-completion.pc
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/files/bash-completion.pc,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bash-completion.pc 1 Nov 2012 09:06:05 -0000 1.1
23 +++ bash-completion.pc 1 Nov 2012 09:09:26 -0000 1.2
24 @@ -1,7 +1,7 @@
25 prefix=/usr
26 compatdir=/etc/bash_completion.d
27 completionsdir=${prefix}/share/bash-completion
28 -helpersdir=${prefix}/share/bash-completion
29 +helpersdir=${prefix}/share/bash-completion/helpers
30
31 Name: bash-completion
32 Description: programmable completion for the bash shell