diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-02 21:54:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-02 21:54:40 +0000 |
commit | e57a82483a7912466d44348bdf4dfdbca6283aeb (patch) | |
tree | ce0ba427781a453f25a82a0bb221364104e97bc5 /games-fps/ezquake-bin | |
parent | [sys-cluster/glusterfs] Update init.d as asked by Elvanor (diff) | |
download | gentoo-2-e57a82483a7912466d44348bdf4dfdbca6283aeb.tar.gz gentoo-2-e57a82483a7912466d44348bdf4dfdbca6283aeb.tar.bz2 gentoo-2-e57a82483a7912466d44348bdf4dfdbca6283aeb.zip |
make the instructions more explicit
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-fps/ezquake-bin')
-rw-r--r-- | games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild b/games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild index 2799b5012a0a..251cfb748b9b 100644 --- a/games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild +++ b/games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild,v 1.3 2009/11/14 16:33:53 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ezquake-bin-1.9.3.ebuild,v 1.4 2009/12/02 21:54:40 mr_bones_ Exp $ EAPI=2 inherit games @@ -72,7 +72,7 @@ pkg_postinst() { if ! use cdinstall; then elog "NOTE that this client doesn't include .pak files. You *should*" - elog "enable \"cdinstall\" flag or install quake1-demodata." + elog "enable \"cdinstall\" flag or install quake1-demodata with the symlink use flag." elog "You can also copy the files from your Quake1 CD to" elog " ${dir}/quake1/id1 (all names lowercase)" elog "" |