diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-27 23:37:55 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-27 23:37:55 +0000 |
commit | 1424e934022b0c9cf98cece68a322f88a2e7060f (patch) | |
tree | 2db360ffdfacff10d3b306644d5d82ea101a8f95 /games-fps/ut2004 | |
parent | Stable on alpha. (diff) | |
download | historical-1424e934022b0c9cf98cece68a322f88a2e7060f.tar.gz historical-1424e934022b0c9cf98cece68a322f88a2e7060f.tar.bz2 historical-1424e934022b0c9cf98cece68a322f88a2e7060f.zip |
Fixing typo with amd64 portion of patch.
Diffstat (limited to 'games-fps/ut2004')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3204.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index 7039550f9a09..6286bfe8a8e1 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.6 2004/05/25 13:15:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.7 2004/05/27 23:37:55 wolf31o2 Exp $ + + 27 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3204.ebuild: + Fixing typo with amd64 portion of patch. 25 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3204.ebuild: Added USE_DVD= to keep people from overriding USE_DVD on the command line. diff --git a/games-fps/ut2004/Manifest b/games-fps/ut2004/Manifest index 3fbcd595cfad..55566dab7481 100644 --- a/games-fps/ut2004/Manifest +++ b/games-fps/ut2004/Manifest @@ -1,5 +1,5 @@ -MD5 50694961bafa757720011e5a1dd3eb40 ut2004-3204.ebuild 7211 -MD5 b19684661961e94fc3d0cf107d97b018 ChangeLog 1210 +MD5 4b7838f7efe2dc89366f96f4d72ea643 ut2004-3204.ebuild 7281 +MD5 4bda6c9041842e1d0ef0685831ff6b53 ChangeLog 1328 MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254 MD5 e199cda0f458ab3a4b3ca2e482451c8f files/ut2004.xml 358 MD5 38a2ab1b4c41c3400282d142baabc6e1 files/digest-ut2004-3204 74 diff --git a/games-fps/ut2004/ut2004-3204.ebuild b/games-fps/ut2004/ut2004-3204.ebuild index 24ec84adc46f..6e47504a7acf 100644 --- a/games-fps/ut2004/ut2004-3204.ebuild +++ b/games-fps/ut2004/ut2004-3204.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/ut2004/ut2004-3204.ebuild,v 1.6 2004/05/25 13:15:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3204.ebuild,v 1.7 2004/05/27 23:37:55 wolf31o2 Exp $ inherit games @@ -172,7 +172,8 @@ src_install() { use amd64 && rm ${Ddir}/System/ucc-bin ${Ddir}/System/ut2004-bin \ && mv ${Ddir}/System/ucc-bin-linux-amd64 ${Ddir}/System/ucc-bin \ - && ${Ddir}/System/ut2004-bin-linux-amd64 ${Ddir}/System/ut2004-bin + && mv ${Ddir}/System/ut2004-bin-linux-amd64 ${Ddir}/System/ut2004-bin \ + && chmod ug+x ${Ddir}/System/ucc-bin ${Ddir}/System/ut2004-bin use x86 && rm ${Ddir}/System/ucc-bin-linux-amd64 \ ${Ddir}/System/ut2004-bin-linux-amd64 |