diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-04-27 22:39:13 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-04-27 22:41:28 +0100 |
commit | 01a721b130116937c91afa1a0c2c7a15de7b9b68 (patch) | |
tree | 8cf383ca53e72a31363889667a527340aa9d8d7f /games-fps | |
parent | games-action/dxx-rebirth: New package to replace d[12]x-rebirth (diff) | |
download | gentoo-01a721b130116937c91afa1a0c2c7a15de7b9b68.tar.gz gentoo-01a721b130116937c91afa1a0c2c7a15de7b9b68.tar.bz2 gentoo-01a721b130116937c91afa1a0c2c7a15de7b9b68.zip |
games-fps/quake3-data: Use new CDROM_ABSMATCH var to avoid case issues
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-data/quake3-data-1.32b.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-fps/quake3-data/quake3-data-1.32b.ebuild b/games-fps/quake3-data/quake3-data-1.32b.ebuild index 80ee1d98348c..253f79b68e57 100644 --- a/games-fps/quake3-data/quake3-data-1.32b.ebuild +++ b/games-fps/quake3-data/quake3-data-1.32b.ebuild @@ -1,5 +1,6 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=5 CDROM_OPTIONAL="yes" inherit eutils unpacker cdrom games @@ -29,7 +30,7 @@ src_install() { if use cdinstall ; then einfo "Copying files from CD ..." - doins "${CDROM_ROOT}/${CDROM_MATCH}" + newins "${CDROM_ABSMATCH}" pak0.pk3 eend 0 fi |