diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-15 13:39:51 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-09-15 13:39:51 +0000 |
commit | fb4f4df75471533296c7cf5fe345ecef7456baf3 (patch) | |
tree | 7042f4f6b52795f5febfcf756bfddde6384a2bcf /games-fps | |
parent | gnome 2.8 commit (Manifest recommit) (diff) | |
download | gentoo-2-fb4f4df75471533296c7cf5fe345ecef7456baf3.tar.gz gentoo-2-fb4f4df75471533296c7cf5fe345ecef7456baf3.tar.bz2 gentoo-2-fb4f4df75471533296c7cf5fe345ecef7456baf3.zip |
Fixing patch and closing bug #64094.
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3323.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index 5678b6f76239..4744d5e1e744 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.17 2004/09/14 21:41:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.18 2004/09/15 13:39:51 wolf31o2 Exp $ + + 15 Sep 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3323.ebuild: + Fixing patch and closing bug #64094. *ut2004-3323 (14 Sep 2004) diff --git a/games-fps/ut2004/ut2004-3323.ebuild b/games-fps/ut2004/ut2004-3323.ebuild index 1a6d4d9fff51..340fd5c84d5c 100644 --- a/games-fps/ut2004/ut2004-3323.ebuild +++ b/games-fps/ut2004/ut2004-3323.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3323.ebuild,v 1.1 2004/09/14 21:41:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3323.ebuild,v 1.2 2004/09/15 13:39:51 wolf31o2 Exp $ inherit games @@ -143,7 +143,8 @@ src_install() { # Installing patch files (first time) for decompress cp ${S}/UT2004-Patch/System/* ${Ddir}/System - use amd64 && rm ${Ddir}/System/ucc-bin && mv ${Ddir}/System/ucc-bin-linux-amd64 ${Ddir}/System/ucc-bin + use amd64 && rm ${Ddir}/System/ucc-bin && \ + mv ${Ddir}/System/ucc-bin-linux-amd64 ${Ddir}/System/ucc-bin # uncompressing files einfo "Uncompressing files... this *will* take a while..." @@ -153,7 +154,7 @@ src_install() { done # Installing patch files - for p in {Help,System,Textures,Web}; do + for p in {Animations,Help,System,Textures,Web}; do cp -r ${S}/UT2004-Patch/${p}/* ${Ddir}/${p} \ || die "copying ${p} from patch." done |