diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-16 14:04:08 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-16 14:04:08 +0000 |
commit | 765bb56e855188aff28e5f0678f878e24af1c2df (patch) | |
tree | b0ea6d8a4811e1032401ca250352896be3243bd6 /media-tv/ivtv/ivtv-0.4.7.ebuild | |
parent | Marked ~hpppa (bug #174785). (diff) | |
download | gentoo-2-765bb56e855188aff28e5f0678f878e24af1c2df.tar.gz gentoo-2-765bb56e855188aff28e5f0678f878e24af1c2df.tar.bz2 gentoo-2-765bb56e855188aff28e5f0678f878e24af1c2df.zip |
modules->update to update-modules per bug #174766
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-tv/ivtv/ivtv-0.4.7.ebuild')
-rw-r--r-- | media-tv/ivtv/ivtv-0.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/ivtv/ivtv-0.4.7.ebuild b/media-tv/ivtv/ivtv-0.4.7.ebuild index f330819187d9..ee9fd7b08845 100644 --- a/media-tv/ivtv/ivtv-0.4.7.ebuild +++ b/media-tv/ivtv/ivtv-0.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild,v 1.6 2007/02/19 22:29:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.7.ebuild,v 1.7 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -123,7 +123,7 @@ pkg_postinst() { for MODNAME in ${BADMODS}; do if [ -f "${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" ] ; then ewarn "You have the ${MODNAME} module that comes with the kernel. It isn't compatible" - ewarn "with ivtv. You need to back it up to somewhere else, then run 'modules-update'" + ewarn "with ivtv. You need to back it up to somewhere else, then run 'update-modules'" ewarn "The file to remove is ${ROOT}/lib/modules/${KV_FULL}/kernel/drivers/media/video/${MODNAME}.ko" echo fi |