Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r474 - trunk/libs
Date: Mon, 20 Apr 2009 07:21:47
Message-Id: E1Lvnp3-00019J-FO@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-20 07:21:45 +0000 (Mon, 20 Apr 2009)
3 New Revision: 474
4
5 Modified:
6 trunk/libs/Makefile.am
7 Log:
8 Fix filenames in Makefile.
9
10 Modified: trunk/libs/Makefile.am
11 ===================================================================
12 --- trunk/libs/Makefile.am 2009-04-20 06:29:02 UTC (rev 473)
13 +++ trunk/libs/Makefile.am 2009-04-20 07:21:45 UTC (rev 474)
14 @@ -4,7 +4,7 @@
15 config.bash \
16 core.bash \
17 default.eselect \
18 - editor-variable.eselect \
19 + editor-variable.bash \
20 manip.bash \
21 multilib.bash \
22 output.bash \
23 @@ -19,7 +19,7 @@
24 config.bash.in \
25 core.bash.in \
26 default.eselect.in \
27 - editor-variable.eselect.in \
28 + editor-variable.bash.in \
29 manip.bash.in \
30 multilib.bash.in \
31 output.bash.in \