diff options
author | 2004-02-09 05:06:11 +0000 | |
---|---|---|
committer | 2004-02-09 05:06:11 +0000 | |
commit | 82a12c9d2304dbf1e5b1519df3f1abda42646a1d (patch) | |
tree | 960d2102e7bed7127ace9a7baf334c628310f4b3 /games-fps/unreal/unreal-226.ebuild | |
parent | added amd64 keyword. (Manifest recommit) (diff) | |
download | gentoo-2-82a12c9d2304dbf1e5b1519df3f1abda42646a1d.tar.gz gentoo-2-82a12c9d2304dbf1e5b1519df3f1abda42646a1d.tar.bz2 gentoo-2-82a12c9d2304dbf1e5b1519df3f1abda42646a1d.zip |
make cdrom search a bit more specific
Diffstat (limited to 'games-fps/unreal/unreal-226.ebuild')
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index fe4a397bb505..9781733fe641 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.6 2004/02/08 21:12:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.7 2004/02/09 05:06:11 vapier Exp $ inherit games eutils @@ -25,7 +25,7 @@ S=${WORKDIR} pkg_setup() { export CDROM_NAME_1="Unreal CD" export CDROM_NAME_2="Unreal Tournament CD" - cdrom_get_cds System/ System/UnrealTournament.ini + cdrom_get_cds System/Unreal.ini System/UnrealTournament.ini games_pkg_setup } |