diff options
Diffstat (limited to 'games-action/descent2-data/descent2-data-1.2.ebuild')
-rw-r--r-- | games-action/descent2-data/descent2-data-1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/descent2-data/descent2-data-1.2.ebuild b/games-action/descent2-data/descent2-data-1.2.ebuild index 947680089288..a13120698722 100644 --- a/games-action/descent2-data/descent2-data-1.2.ebuild +++ b/games-action/descent2-data/descent2-data-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit cdrom eutils MY_PATCH="http://www.dxx-rebirth.com/download/dxx/misc/d2xptch12.tgz" # For GOG install -MY_EXE="setup_descent2_2.1.0.10.exe" +MY_EXE="setup_descent_2_1.1_(16596).exe" DESCRIPTION="Data files for Descent 2" HOMEPAGE="http://www.interplay.com/games/descent.php" @@ -38,8 +38,8 @@ DEPEND="cdinstall? ( S="${WORKDIR}" pkg_nofetch() { - elog "You must place a copy of, or symlink to, the GOG setup package here:" - elog "${DISTDIR}/${MY_EXE}" + elog "You must place a copy of, or symlink to, the GOG setup package in your" + elog "distfiles directory." echo elog "If you wish to install from CD-ROM instead, please enable the cdinstall flag." } |