diff options
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-1.1_pre20050802.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.1_pre20050802.ebuild b/sys-apps/busybox/busybox-1.1_pre20050802.ebuild index e87253e7986d..65a4d11c18d4 100644 --- a/sys-apps/busybox/busybox-1.1_pre20050802.ebuild +++ b/sys-apps/busybox/busybox-1.1_pre20050802.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.1_pre20050802.ebuild,v 1.1 2005/08/03 01:31:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.1_pre20050802.ebuild,v 1.2 2005/08/04 02:06:23 vapier Exp $ inherit eutils @@ -54,6 +54,8 @@ src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/1.00/bb.patch + # check for a busybox config before making one of our own. # if one exist lets return and use it. # fine grained config control for user defined busybox configs. |