diff options
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.4.8.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 8aa19f84807b..22b48b1c0231 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.27 2006/08/18 22:23:31 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.28 2006/08/21 07:58:38 pylon Exp $ + + 21 Aug 2006; Lars Weiler <pylon@gentoo.org> openttd-0.4.8.ebuild: + Correct install of scenarios; bug #144301. 18 Aug 2006; Thomas Cort <tcort@gentoo.org> openttd-0.4.8.ebuild: Stable on amd64 wrt security Bug #131010. diff --git a/games-simulation/openttd/openttd-0.4.8.ebuild b/games-simulation/openttd/openttd-0.4.8.ebuild index 5593a9e8bb58..aa82c3dbd7c2 100644 --- a/games-simulation/openttd/openttd-0.4.8.ebuild +++ b/games-simulation/openttd/openttd-0.4.8.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.8.ebuild,v 1.4 2006/08/18 22:23:31 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.8.ebuild,v 1.5 2006/08/21 07:58:38 pylon Exp $ inherit eutils games SCENARIOS_A="${P}-scenarios.tar.bz2" +SCENARIOS_DIR="${P}-RC1-scenarios" DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe" HOMEPAGE="http://www.openttd.com/" @@ -75,7 +76,7 @@ src_install() { if use scenarios; then insinto "${GAMES_DATADIR}/${PN}/scenario" - doins scenario/* || die "doins failed (scenario)" + doins scenario/${SCENARIOS_DIR}/* || die "doins failed (scenario)" fi insinto "${GAMES_DATADIR}/${PN}/scripts" |