diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-16 12:09:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-16 12:09:48 +0000 |
commit | 738a6b52865e084a0146a7dc9ebafaec10b7d4ef (patch) | |
tree | 481f3c389289dabe18a264da45e73846efcc7f5e /app-emulation/cedega | |
parent | Marking up to and including 5336 stable for newer cards, eg FX5700 (diff) | |
download | historical-738a6b52865e084a0146a7dc9ebafaec10b7d4ef.tar.gz historical-738a6b52865e084a0146a7dc9ebafaec10b7d4ef.tar.bz2 historical-738a6b52865e084a0146a7dc9ebafaec10b7d4ef.zip |
fix typo in message
Diffstat (limited to 'app-emulation/cedega')
-rw-r--r-- | app-emulation/cedega/cedega-4.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/cedega/cedega-4.0.1.ebuild b/app-emulation/cedega/cedega-4.0.1.ebuild index 8fd977fc942a..d7aa350edc64 100644 --- a/app-emulation/cedega/cedega-4.0.1.ebuild +++ b/app-emulation/cedega/cedega-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.1.ebuild,v 1.2 2004/08/15 04:19:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.1.ebuild,v 1.3 2004/08/16 12:08:58 vapier Exp $ MY_P="cedega_${PV}-1.i386" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -29,9 +29,10 @@ pkg_nofetch() { einfo ewarn "Please note that for some stupid reason Transgaming has" ewarn "started watermarking their downloads to track users." + ewarn "http://transgaming.org/forum/viewtopic.php?t=660" ewarn "This means you will have to rebuild the digest file" ewarn "before emerging it. Just run this command:" - ewarn "ebuild /usr/portage/app-emulation/${PN}/${PF}.ebuild diest" + ewarn "ebuild /usr/portage/app-emulation/${PN}/${PF}.ebuild digest" } src_install() { |