games-fps/quake3-data: Use new CDROM_ABSMATCH var to avoid case issues
authorJames Le Cuirot <chewi@gentoo.org>
Thu, 27 Apr 2017 21:39:13 +0000 (22:39 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Thu, 27 Apr 2017 21:41:28 +0000 (22:41 +0100)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

games-fps/quake3-data/quake3-data-1.32b.ebuild

index 80ee1d98348cf394bb2485a189a89f5f6dee366f..253f79b68e57a31b7a0acd28951a64a23a68cf2a 100644 (file)
@@ -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