diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-07-22 01:29:00 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-07-22 01:29:00 +0000 |
commit | 15100487a21efe949425cc82f675e3729a4494f6 (patch) | |
tree | 3f28c4ab5daf076580d8691281c0f81637c3ecb6 /media-video/em8300-modules | |
parent | repoman'd (diff) | |
download | gentoo-2-15100487a21efe949425cc82f675e3729a4494f6.tar.gz gentoo-2-15100487a21efe949425cc82f675e3729a4494f6.tar.bz2 gentoo-2-15100487a21efe949425cc82f675e3729a4494f6.zip |
fix typo in postinst message
Diffstat (limited to 'media-video/em8300-modules')
-rw-r--r-- | media-video/em8300-modules/em8300-modules-0.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/em8300-modules/em8300-modules-0.12.0.ebuild b/media-video/em8300-modules/em8300-modules-0.12.0.ebuild index 8ffd9bca324e..11b5a75c9a2b 100644 --- a/media-video/em8300-modules/em8300-modules-0.12.0.ebuild +++ b/media-video/em8300-modules/em8300-modules-0.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.12.0.ebuild,v 1.10 2002/07/19 10:47:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.12.0.ebuild,v 1.11 2002/07/22 01:29:00 lostlogic Exp $ S="${WORKDIR}/${P}/modules" DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card kernel modules" @@ -76,7 +76,7 @@ pkg_postinst () { einfo "to have the modules load at startup, add em8300, bt865, adv717x" einfo "to your /etc/modules.autoload they may need module options to " einfo "work correctly on your system. You will also need to add" - einfo "the contents of /usr/share/doc/em8300-0.12.0/devfs_symlinks" + einfo "the contents of /usr/share/doc/${P}/devfs_symlinks.gz" einfo "to your devfsd.conf so that the em8300 devices will be linked" einfo "correctly." einfo |