diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-09-19 22:57:28 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-09-19 22:57:28 +0000 |
commit | ce22eda52077912d377543b0bf963a87d79eef51 (patch) | |
tree | b6a506c699b6876f8b5534c390a87608a9876c9a /media-tv/ivtv | |
parent | Clean up and minor ebuild fixes, #104680 (diff) | |
download | gentoo-2-ce22eda52077912d377543b0bf963a87d79eef51.tar.gz gentoo-2-ce22eda52077912d377543b0bf963a87d79eef51.tar.bz2 gentoo-2-ce22eda52077912d377543b0bf963a87d79eef51.zip |
fixed typo in info about firmware
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r-- | media-tv/ivtv/ivtv-0.3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/ivtv/ivtv-0.3.8.ebuild b/media-tv/ivtv/ivtv-0.3.8.ebuild index 647830e39f9c..7b9c7623728c 100644 --- a/media-tv/ivtv/ivtv-0.3.8.ebuild +++ b/media-tv/ivtv/ivtv-0.3.8.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/media-tv/ivtv/ivtv-0.3.8.ebuild,v 1.4 2005/09/15 19:38:42 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.3.8.ebuild,v 1.5 2005/09/19 22:57:28 cardoe Exp $ inherit eutils linux-mod @@ -133,7 +133,7 @@ pkg_postinst() { ewarn "ln -sf /lib/modules/ivtv-fw-enc-250-350.bin /lib/modules/ivtv-fw-enc.bin" ewarn ewarn "PVR-150/500 users need to run the following command to setup the firmware:" - ewarn "ln -sf /lib/modules/HcwFalcn.rom /lib/modules/ivtv/fw-enc.bin" + ewarn "ln -sf /lib/modules/HcwFalcn.rom /lib/modules/ivtv/ivtv-fw-enc.bin" ewarn echo } |