diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-17 23:03:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-17 23:03:57 +0000 |
commit | 59dcaf4c1c800aa41e3b922e75db4c91cdca9baa (patch) | |
tree | f3eead099dd1f56612213a91a725ac06fa3d0f9f /games-rpg/eternal-lands | |
parent | whitespace (diff) | |
download | gentoo-2-59dcaf4c1c800aa41e3b922e75db4c91cdca9baa.tar.gz gentoo-2-59dcaf4c1c800aa41e3b922e75db4c91cdca9baa.tar.bz2 gentoo-2-59dcaf4c1c800aa41e3b922e75db4c91cdca9baa.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-rpg/eternal-lands')
-rw-r--r-- | games-rpg/eternal-lands/eternal-lands-1.7.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-rpg/eternal-lands/eternal-lands-1.7.0.ebuild b/games-rpg/eternal-lands/eternal-lands-1.7.0.ebuild index 60dfad98952d..b39350fddc5c 100644 --- a/games-rpg/eternal-lands/eternal-lands-1.7.0.ebuild +++ b/games-rpg/eternal-lands/eternal-lands-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.7.0.ebuild,v 1.1 2008/07/17 21:10:03 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.7.0.ebuild,v 1.2 2008/07/17 23:03:57 mr_bones_ Exp $ inherit cvs eutils flag-o-matic games @@ -61,10 +61,8 @@ src_unpack() { S_CLIENT="${WORKDIR}/elc" BROWSER="firefox" - cd "${S}" - # Add debugging options if use debug ; then OPTIONS="${OPTIONS} -DMEMORY_DEBUG" @@ -144,7 +142,7 @@ pkg_postinst() { elog "If an update occurs then the client will suddenly exit" elog "Updates only happen when the game first loads" elog "Please don't report this behaviour as a bug" - elog + elog elog "Note that a segfault is generated by the error reporting code" elog "in v1.7.0. This is an upstream issue but if you run into this" elog "feel free to comment in bug 232119. It should be resolved soon." |