diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-07-15 09:42:17 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-07-15 09:42:17 +0000 |
commit | a0f887f7eef39de57d925ae8c5b29ff7087f4d0d (patch) | |
tree | 34874b38f84996c2b7ed39e914c076d352689178 /sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-a0f887f7eef39de57d925ae8c5b29ff7087f4d0d.tar.gz gentoo-2-a0f887f7eef39de57d925ae8c5b29ff7087f4d0d.tar.bz2 gentoo-2-a0f887f7eef39de57d925ae8c5b29ff7087f4d0d.zip |
Abort generate-modprobe.conf if modprobe fails, bug #68689.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild')
-rw-r--r-- | sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild b/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild index aee3eea6e7ef..cb2fde1200a5 100644 --- a/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild +++ b/sys-apps/module-init-tools/module-init-tools-3.0-r2.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/module-init-tools/module-init-tools-3.0-r2.ebuild,v 1.15 2005/07/14 03:11:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild,v 1.16 2005/07/15 09:42:17 azarah Exp $ # This ebuild includes backwards compatability for stable 2.4 kernels @@ -53,6 +53,9 @@ src_unpack() { # the same flag to modules-update. cd ${S}; epatch ${FILESDIR}/generate-modprobe-assume-kernel.patch + # Abort if we fail to run modprobe, bug #68689 + cd ${S}; epatch ${FILESDIR}/${PN}-3.2_pre7-abort-on-modprobe-failure.patch + cd ${S} rm -f missing export WANT_AUTOMAKE=1.6 |