diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-10 03:18:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-10 03:18:35 +0000 |
commit | 603f128d296763c0b99450e5314ba1b4514e8020 (patch) | |
tree | 017558075ad0162881bf4dc42cb2f5beb65bf3be | |
parent | Unmask amarok 1.4_beta series, works quite better than 1.3.x for many. (diff) | |
download | gentoo-2-603f128d296763c0b99450e5314ba1b4514e8020.tar.gz gentoo-2-603f128d296763c0b99450e5314ba1b4514e8020.tar.bz2 gentoo-2-603f128d296763c0b99450e5314ba1b4514e8020.zip |
make sure we run oldconfig with user supplied config files #128633
(Portage version: 2.1_pre7-r4)
-rw-r--r-- | sys-apps/busybox/busybox-1.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.1.1.ebuild b/sys-apps/busybox/busybox-1.1.1.ebuild index ab6a203644d7..8fcf5989e593 100644 --- a/sys-apps/busybox/busybox-1.1.1.ebuild +++ b/sys-apps/busybox/busybox-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.1.1.ebuild,v 1.3 2006/03/28 06:09:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.1.1.ebuild,v 1.4 2006/04/10 03:18:35 vapier Exp $ inherit eutils @@ -79,6 +79,7 @@ src_unpack() { done if [[ -r ${S}/.config ]] ; then einfo "Found your ${configfile} and using it." + make oldconfig > /dev/null return 0 fi fi |