diff options
Diffstat (limited to 'media-video/em8300-libraries/em8300-libraries-0.13.0-r1.ebuild')
-rw-r--r-- | media-video/em8300-libraries/em8300-libraries-0.13.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/em8300-libraries/em8300-libraries-0.13.0-r1.ebuild b/media-video/em8300-libraries/em8300-libraries-0.13.0-r1.ebuild index 71e51fb1f214..0a881d1bb626 100644 --- a/media-video/em8300-libraries/em8300-libraries-0.13.0-r1.ebuild +++ b/media-video/em8300-libraries/em8300-libraries-0.13.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-r1.ebuild,v 1.3 2003/07/12 21:12:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.13.0-r1.ebuild,v 1.4 2003/09/07 00:08:13 msterret Exp $ DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card libraries" HOMEPAGE="http://dxr3.sourceforge.net" @@ -47,7 +47,7 @@ src_compile () { --sysconfdir=/etc \ --datadir=/usr/share || die make all || die - + } src_install () { @@ -75,7 +75,7 @@ src_install () { pkg_postinst() { - einfo + einfo einfo "The em8300 libraries and modules have now beein installed," einfo "you will probably want to add /usr/bin/em8300setup to your" einfo "/etc/conf.d/local.start so that your em8300 card is " @@ -83,6 +83,6 @@ pkg_postinst() { einfo einfo "If you still need a microcode other than the one included" einfo "with the package, you can simply use em8300setup <microcode.ux>" - einfo + einfo } |