commit: f3f890036d3556311c663d86170a4f068da19ea1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 6 02:42:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 18:18:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f89003
games-simulation/openttd: fix ${GAMES_DATADIR} reference
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-simulation/openttd/openttd-1.10.3.ebuild | 4 ++--
games-simulation/openttd/openttd-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/games-simulation/openttd/openttd-1.10.3.ebuild
b/games-simulation/openttd/openttd-1.10.3.ebuild
index bd35f84f89b..0af63df64cf 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 d3e0bdea701..c685cc3c576 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"