diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-25 12:15:58 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-25 12:15:58 +0000 |
commit | c35cd1ddcc9c10cc2e376519065db07c7e797b70 (patch) | |
tree | 40f7d5e26330243cb8f8c83b71ae81556801e8b1 /games-fps/ut2004 | |
parent | Marked stable on hppa. (diff) | |
download | historical-c35cd1ddcc9c10cc2e376519065db07c7e797b70.tar.gz historical-c35cd1ddcc9c10cc2e376519065db07c7e797b70.tar.bz2 historical-c35cd1ddcc9c10cc2e376519065db07c7e797b70.zip |
Fixing chmod line.
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 | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index 9f9dcaffc9ed..dda812596e80 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.4 2004/05/24 16:54:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.5 2004/05/25 12:15:58 wolf31o2 Exp $ + + 25 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3204.ebuild: + Fixing chmod line. 24 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3204.ebuild: Adding a chmod u+w before uncompression since files are coming from CD. diff --git a/games-fps/ut2004/Manifest b/games-fps/ut2004/Manifest index f5ce10f9ca37..3916a909cff1 100644 --- a/games-fps/ut2004/Manifest +++ b/games-fps/ut2004/Manifest @@ -1,5 +1,5 @@ -MD5 17b78b2effc2a222b3cd77c80751d7b2 ut2004-3204.ebuild 7193 -MD5 71332707cf857fde37c28963874bf000 ChangeLog 802 +MD5 43e4184f78f8216bbe1e2d7af83f0a06 ut2004-3204.ebuild 7201 +MD5 4c13f7c9a2df83b8c7364fb06e8ae0a3 ChangeLog 898 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 8f256bc0ab1d..da8abaf7bfbf 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.4 2004/05/24 16:54:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3204.ebuild,v 1.5 2004/05/25 12:15:58 wolf31o2 Exp $ inherit games @@ -139,7 +139,7 @@ src_install() { # uncompressing files einfo "Uncompressing files... this *will* take a while..." for j in {Animations,Maps,Sounds,StaticMeshes,Textures} ; do - chmod -R u+w ${j} || die "chmod in uncompress" + chmod -R u+w ${Ddir}/${j} || die "chmod in uncompress" games_ut_unpack ${Ddir}/${j} || die "uncompressing files" done |