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 | 9a1e6d201dd6922d78687d1c1ca6a7630ecaa3a1 (patch) | |
tree | 633b0ac10a3adb79448cfd96a7f06faca9898c25 /media-tv/ivtv/ivtv-0.4.8.ebuild | |
parent | Marked ~hpppa (bug #174785). (diff) | |
download | historical-9a1e6d201dd6922d78687d1c1ca6a7630ecaa3a1.tar.gz historical-9a1e6d201dd6922d78687d1c1ca6a7630ecaa3a1.tar.bz2 historical-9a1e6d201dd6922d78687d1c1ca6a7630ecaa3a1.zip |
modules->update to update-modules per bug #174766
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'media-tv/ivtv/ivtv-0.4.8.ebuild')
-rw-r--r-- | media-tv/ivtv/ivtv-0.4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/ivtv/ivtv-0.4.8.ebuild b/media-tv/ivtv/ivtv-0.4.8.ebuild index e1ad4d7be8ae..89f968b59f01 100644 --- a/media-tv/ivtv/ivtv-0.4.8.ebuild +++ b/media-tv/ivtv/ivtv-0.4.8.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.8.ebuild,v 1.3 2007/02/19 22:29:13 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.8.ebuild,v 1.4 2007/04/16 14:04:08 cardoe Exp $ inherit eutils linux-mod @@ -124,7 +124,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 |