diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-18 19:30:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-18 19:30:04 +0000 |
commit | 961bbc40ed3cc0cdbd499022157cb7d48449a97d (patch) | |
tree | e90e9f01416f4ab2795f4ecca0ad470f8401b7af /games-fps/tremulous/tremulous-1.1.0-r4.ebuild | |
parent | Fix ChangeLog. (diff) | |
download | gentoo-2-961bbc40ed3cc0cdbd499022157cb7d48449a97d.tar.gz gentoo-2-961bbc40ed3cc0cdbd499022157cb7d48449a97d.tar.bz2 gentoo-2-961bbc40ed3cc0cdbd499022157cb7d48449a97d.zip |
Change the instructions about additional maps to be more general (bug #365133)
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-fps/tremulous/tremulous-1.1.0-r4.ebuild')
-rw-r--r-- | games-fps/tremulous/tremulous-1.1.0-r4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-fps/tremulous/tremulous-1.1.0-r4.ebuild b/games-fps/tremulous/tremulous-1.1.0-r4.ebuild index 1c584b09d161..9f2c14f31844 100644 --- a/games-fps/tremulous/tremulous-1.1.0-r4.ebuild +++ b/games-fps/tremulous/tremulous-1.1.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild,v 1.6 2011/02/26 15:20:35 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0-r4.ebuild,v 1.7 2011/05/18 19:30:04 mr_bones_ Exp $ EAPI=2 @@ -102,8 +102,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - elog "If you want to add extra maps, download" - elog "http://tremulous.bricosoft.com/base/all-maps.tgz" - elog "and unpack it into ~/.tremulous/base for your user" + elog "If you want to add extra maps, you can download them" + elog "and unpack them into ~/.tremulous/base for your user" elog "or into ${GAMES_DATADIR}/${PN}/base for all users." } |