From f3f890036d3556311c663d86170a4f068da19ea1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 6 Apr 2021 03:42:38 +0100 Subject: games-simulation/openttd: fix ${GAMES_DATADIR} reference Signed-off-by: Sam James --- games-simulation/openttd/openttd-1.10.3.ebuild | 4 ++-- games-simulation/openttd/openttd-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games-simulation/openttd') diff --git a/games-simulation/openttd/openttd-1.10.3.ebuild b/games-simulation/openttd/openttd-1.10.3.ebuild index bd35f84f89bf..0af63df64cff 100644 --- a/games-simulation/openttd/openttd-1.10.3.ebuild +++ b/games-simulation/openttd/openttd-1.10.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -158,7 +158,7 @@ pkg_postinst() { elog "games-misc/opengfx, and games-misc/opensfx, or copy the " elog "following 6 files from a version of Transport Tycoon Deluxe" elog "(windows or DOS) to ~/.openttd/data/ or" - elog "${GAMES_DATADIR}/${PN}/data/." + elog "/usr/share/${PN}/data/." elog elog "From the WINDOWS version you need: " elog "sample.cat trg1r.grf trgcr.grf trghr.grf trgir.grf trgtr.grf" diff --git a/games-simulation/openttd/openttd-9999.ebuild b/games-simulation/openttd/openttd-9999.ebuild index d3e0bdea7018..c685cc3c5763 100644 --- a/games-simulation/openttd/openttd-9999.ebuild +++ b/games-simulation/openttd/openttd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -157,7 +157,7 @@ pkg_postinst() { elog "games-misc/opengfx, and games-misc/opensfx, or copy the " elog "following 6 files from a version of Transport Tycoon Deluxe" elog "(windows or DOS) to ~/.openttd/data/ or" - elog "${GAMES_DATADIR}/${PN}/data/." + elog "/usr/share/${PN}/data/." elog elog "From the WINDOWS version you need: " elog "sample.cat trg1r.grf trgcr.grf trghr.grf trgir.grf trgtr.grf" -- cgit v1.2.3