diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-24 13:27:38 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-24 13:27:38 +0000 |
commit | ac2257ef222dc2e21fc9a69b6f98313ae83d7aad (patch) | |
tree | 38b2997dea7b2d35c1990b11bca8348bb1c179f2 /games-fps | |
parent | version bump (#46026) (diff) | |
download | historical-ac2257ef222dc2e21fc9a69b6f98313ae83d7aad.tar.gz historical-ac2257ef222dc2e21fc9a69b6f98313ae83d7aad.tar.bz2 historical-ac2257ef222dc2e21fc9a69b6f98313ae83d7aad.zip |
Changed S to WORKDIR for proper operation on amd64.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3355-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index ebf52e02d841..e784f581cb23 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.24 2005/06/16 21:36:27 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.25 2005/06/24 13:27:38 wolf31o2 Exp $ + + 24 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3355-r1.ebuild: + Changed S to WORKDIR for proper operation on amd64. *ut2004-3355-r1 (16 Jun 2005) diff --git a/games-fps/ut2004/Manifest b/games-fps/ut2004/Manifest index 2a582559829a..90e3030327d0 100644 --- a/games-fps/ut2004/Manifest +++ b/games-fps/ut2004/Manifest @@ -1,7 +1,7 @@ -MD5 e62071d7430024c5a061d9e1797fd4c0 ChangeLog 4069 +MD5 60ed178edf2c36dca5db62582b6084b7 ChangeLog 4201 MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254 MD5 072ff8cd5c9bbf3951842ed77c245c5b ut2004-3355.ebuild 3095 -MD5 ff269f02598985af472a3ab1cae7bdfd ut2004-3355-r1.ebuild 3254 +MD5 7c8861a0b97ec59ff1ad511f6e2bad87 ut2004-3355-r1.ebuild 3260 MD5 8301dab70fc9c57363f99591c5944b63 files/digest-ut2004-3355 74 MD5 e199cda0f458ab3a4b3ca2e482451c8f files/ut2004.xml 358 MD5 3953d9c3f549c05431bb62a8df17a787 files/digest-ut2004-3355-r1 153 diff --git a/games-fps/ut2004/ut2004-3355-r1.ebuild b/games-fps/ut2004/ut2004-3355-r1.ebuild index 4adae27f1894..b3ffac7b36a0 100644 --- a/games-fps/ut2004/ut2004-3355-r1.ebuild +++ b/games-fps/ut2004/ut2004-3355-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3355-r1.ebuild,v 1.1 2005/06/16 21:36:27 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3355-r1.ebuild,v 1.2 2005/06/24 13:27:38 wolf31o2 Exp $ inherit games @@ -35,7 +35,7 @@ pkg_setup() { src_install() { # moving patched binary into proper location - mv -f ${S}/ut2004-bin-linux-amd64 ${S}/System + mv -f ${WORKDIR}/ut2004-bin-linux-amd64 ${S}/System # Installing patch files for p in {Animations,Help,Speech,System,Textures,Web} |