diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-12 20:11:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-12 20:11:47 +0000 |
commit | 8864a3af8b798c4664f942e1d4cc1d28251bde5e (patch) | |
tree | 2816dccd501dcdf9b2b5c71f8de00989f6e93658 /games-strategy/freecraft | |
parent | remove dodir /usr/lib/isdn; firmwares are installed now in /lib/firmware (Man... (diff) | |
download | gentoo-2-8864a3af8b798c4664f942e1d4cc1d28251bde5e.tar.gz gentoo-2-8864a3af8b798c4664f942e1d4cc1d28251bde5e.tar.bz2 gentoo-2-8864a3af8b798c4664f942e1d4cc1d28251bde5e.zip |
fix bug #74173
Diffstat (limited to 'games-strategy/freecraft')
-rw-r--r-- | games-strategy/freecraft/freecraft-1.18-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/freecraft/freecraft-1.18-r3.ebuild b/games-strategy/freecraft/freecraft-1.18-r3.ebuild index 5ba46cff3ead..a9095141b7de 100644 --- a/games-strategy/freecraft/freecraft-1.18-r3.ebuild +++ b/games-strategy/freecraft/freecraft-1.18-r3.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/games-strategy/freecraft/freecraft-1.18-r3.ebuild,v 1.5 2004/09/06 18:38:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecraft/freecraft-1.18-r3.ebuild,v 1.6 2004/12/12 20:11:47 mr_bones_ Exp $ inherit games eutils @@ -80,7 +80,7 @@ pkg_postinst() { einfo "you will need to either use a Warcraft CD or install the" einfo "freecraft-fcmp ebuild. To use a Warcraft CD:" einfo " 1 mount the cd as /mnt/cdrom" - einfo " 2 cd ${GAMES_DATADIR}" + einfo " 2 cd ${GAMES_DATADIR}/${PN}" einfo " 3 run tools/build.sh" einfo "This will extract the data files to the correct place." einfo "Note that the CD is still needed for the music. To" |