summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-19 22:21:39 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-19 22:21:39 +0000
commit68c27dde53622f1bc99cc9b69ccae975f2e642e8 (patch)
tree43f50421675fc8950626c6d7fb5fb06f095128c3 /games-fps/quake1-data
parentStable for HPPA. (diff)
downloadgentoo-2-68c27dde53622f1bc99cc9b69ccae975f2e642e8.tar.gz
gentoo-2-68c27dde53622f1bc99cc9b69ccae975f2e642e8.tar.bz2
gentoo-2-68c27dde53622f1bc99cc9b69ccae975f2e642e8.zip
fix install phase for new cd by Joe Quanaim #142207
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'games-fps/quake1-data')
-rw-r--r--games-fps/quake1-data/quake1-data-2.40.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/quake1-data/quake1-data-2.40.ebuild b/games-fps/quake1-data/quake1-data-2.40.ebuild
index 32d42b4dc9d3..d3a7d2b6b042 100644
--- a/games-fps/quake1-data/quake1-data-2.40.ebuild
+++ b/games-fps/quake1-data/quake1-data-2.40.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-data/quake1-data-2.40.ebuild,v 1.11 2006/08/11 02:38:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-data/quake1-data-2.40.ebuild,v 1.12 2006/08/19 22:21:39 vapier Exp $
# TODO: if installing off of the 1.01 cd, need to fetch the
# quake shareware and use that pak0
@@ -55,10 +55,10 @@ src_install() {
0) doins "${CDROM_ROOT}"/id1/* || die "doins pak files"
dodoc "${CDROM_ROOT}"/*.txt
;;
- 1) doins id1/* || die "doins pak files"
+ 1|3)doins id1/* || die "doins pak files"
dodoc *.txt
;;
- 2|3)newins "${CDROM_ROOT}"/Setup/ID1/PAK0.PAK pak0.pak \
+ 2) newins "${CDROM_ROOT}"/Setup/ID1/PAK0.PAK pak0.pak \
|| die "ins pak0.pak failed"
newins "${CDROM_ROOT}"/Setup/ID1/PAK1.PAK pak1.pak \
|| die "ins pak1.pak failed"