summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/quake3-data/quake3-data-1.32b.ebuild')
-rw-r--r--games-fps/quake3-data/quake3-data-1.32b.ebuild5
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