projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe0a6b
)
games-fps/quake3-data: Use new CDROM_ABSMATCH var to avoid case issues
author
James Le Cuirot
<chewi@gentoo.org>
Thu, 27 Apr 2017 21:39:13 +0000
(22:39 +0100)
committer
James 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
patch
|
blob
|
history
diff --git
a/games-fps/quake3-data/quake3-data-1.32b.ebuild
b/games-fps/quake3-data/quake3-data-1.32b.ebuild
index 80ee1d98348cf394bb2485a189a89f5f6dee366f..253f79b68e57a31b7a0acd28951a64a23a68cf2a 100644
(file)
--- 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-201
5
Gentoo Foundation
+# Copyright 1999-201
7
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