diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 08:46:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 08:46:52 +0000 |
commit | 7ac215e7bfbf5ec0d0129edef1689b4c7c389a94 (patch) | |
tree | 47cf9512c874458740b2faa67f2083b483583e09 /games-arcade/ssc | |
parent | prepgamesdirs (Manifest recommit) (diff) | |
download | gentoo-2-7ac215e7bfbf5ec0d0129edef1689b4c7c389a94.tar.gz gentoo-2-7ac215e7bfbf5ec0d0129edef1689b4c7c389a94.tar.bz2 gentoo-2-7ac215e7bfbf5ec0d0129edef1689b4c7c389a94.zip |
typo
Diffstat (limited to 'games-arcade/ssc')
-rw-r--r-- | games-arcade/ssc/ssc-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/ssc/ssc-0.8.ebuild b/games-arcade/ssc/ssc-0.8.ebuild index 61433fb3aae5..f93c1ee70e35 100644 --- a/games-arcade/ssc/ssc-0.8.ebuild +++ b/games-arcade/ssc/ssc-0.8.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-arcade/ssc/ssc-0.8.ebuild,v 1.5 2004/06/24 22:12:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ssc/ssc-0.8.ebuild,v 1.6 2004/09/23 08:46:52 mr_bones_ Exp $ inherit games @@ -41,7 +41,7 @@ src_install () { pkg_postinst() { games_pkg_postinst echo - einfo "You may need to copy /usr/share/games/ssc/ssc.conf to" + einfo "You may need to copy ${GAMES_DATADIR}/ssc/ssc.conf to" einfo "~/.ssc/ssc.conf and modify it to suit your needs before" einfo "the game will work on your system. You should be able" einfo "to cut and paste the commands below:" |