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 | 8 |
1 files changed, 4 insertions, 4 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 7c9eff994e8b..689bb5d6b273 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-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.ebuild,v 1.3 2003/02/13 13:25:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-libraries/em8300-libraries-0.13.0.ebuild,v 1.4 2003/09/07 00:08:13 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card libraries" @@ -37,7 +37,7 @@ src_compile () { --sysconfdir=/etc \ --datadir=/usr/share || die make all || die - + } src_install () { @@ -65,7 +65,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 " @@ -73,6 +73,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 } |