Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r393 - trunk/modules
Date: Mon, 06 Oct 2008 13:41:43
Message-Id: E1KmqLF-00051N-E8@stork.gentoo.org
1 Author: hawking
2 Date: 2008-10-06 13:41:40 +0000 (Mon, 06 Oct 2008)
3 New Revision: 393
4
5 Modified:
6 trunk/modules/vi.eselect
7 Log:
8 Add busybox to possible targets.
9
10 Modified: trunk/modules/vi.eselect
11 ===================================================================
12 --- trunk/modules/vi.eselect 2008-10-06 13:39:52 UTC (rev 392)
13 +++ trunk/modules/vi.eselect 2008-10-06 13:41:40 UTC (rev 393)
14 @@ -17,6 +17,7 @@
15 "${ROOT}"/usr/bin/vile \
16 "${ROOT}"/usr/bin/gvim \
17 "${ROOT}"/usr/bin/xvile \
18 + "${ROOT}"/bin/busybox \
19 ; do
20 if [[ -f "${f}" ]] ; then
21 echo $(basename "${f}" )