diff options
author | Sam James <sam@gentoo.org> | 2021-04-06 03:42:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-06 19:18:20 +0100 |
commit | f3f890036d3556311c663d86170a4f068da19ea1 (patch) | |
tree | ab44cb7bafa6e158b806bf3762010173bfb17142 | |
parent | games-misc/cowsay: keyword 3.04-r1 for ~x64-macos (diff) | |
download | gentoo-f3f890036d3556311c663d86170a4f068da19ea1.tar.gz gentoo-f3f890036d3556311c663d86170a4f068da19ea1.tar.bz2 gentoo-f3f890036d3556311c663d86170a4f068da19ea1.zip |
games-simulation/openttd: fix ${GAMES_DATADIR} reference
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | games-simulation/openttd/openttd-1.10.3.ebuild | 4 | ||||
-rw-r--r-- | 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 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" |