diff options
Diffstat (limited to 'media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild')
-rw-r--r-- | media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild b/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild index 461fdfa4b98c..c585ae8e7efe 100644 --- a/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild +++ b/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild,v 1.1 2002/12/13 05:25:04 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild,v 1.2 2002/12/15 09:05:07 lostlogic Exp $ S="${WORKDIR}/${P}" DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card libraries" @@ -59,10 +59,6 @@ src_install () { insinto /usr/share/em8300 doins modules/em8300.uc - #this isn't how the installer does this, but it makes more - #sense than copying it like they do. - dosym /usr/share/em8300/microcode_upload.pl /usr/bin/em8300init - dodoc AUTHORS COPYING ChangeLog NEWS README } @@ -71,12 +67,12 @@ pkg_postinst() { einfo einfo "The em8300 libraries and modules have now beein installed," - einfo "you will probably want to add /usr/bin/em8300init to your" + einfo "you will probably want to add /usr/bin/em8300setup to your" einfo "/etc/conf.d/local.start so that your em8300 card is " einfo "properly initialized on boot." einfo einfo "If you still need a microcode other than the one included" - einfo "with the package, you can simply use em8300init <microcode.ux>" + einfo "with the package, you can simply use em8300setup <microcode.ux>" einfo } |