commit:     01a721b130116937c91afa1a0c2c7a15de7b9b68
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 21:39:13 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 21:41:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a721b1

games-fps/quake3-data: Use new CDROM_ABSMATCH var to avoid case issues

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-fps/quake3-data/quake3-data-1.32b.ebuild | 5 +++--
 1 file 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 80ee1d98348..253f79b68e5 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
 

Reply via email to