diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-17 12:13:38 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-17 12:13:38 +0000 |
commit | 4680429b1bfe8104426e3cd6150219cb08ce4e9e (patch) | |
tree | ff758933bda7be7af23050a1b9030a7772fa5267 /games-fps/ut2003-bonuspack-epic | |
parent | attempt at a fix for bug #44934 (diff) | |
download | historical-4680429b1bfe8104426e3cd6150219cb08ce4e9e.tar.gz historical-4680429b1bfe8104426e3cd6150219cb08ce4e9e.tar.bz2 historical-4680429b1bfe8104426e3cd6150219cb08ce4e9e.zip |
Adding dodir ${Ddir}/System. Closing bug #44268.
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index 6ba2ff04200f..4834f475d761 100644 --- a/games-fps/ut2003-bonuspack-epic/ChangeLog +++ b/games-fps/ut2003-bonuspack-epic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003-bonuspack-epic # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.3 2004/03/11 00:34:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.4 2004/03/17 12:13:38 wolf31o2 Exp $ + + 17 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + Adding dodir /System. Closing bug #44268. 10 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-bonuspack-epic-1.ebuild: diff --git a/games-fps/ut2003-bonuspack-epic/Manifest b/games-fps/ut2003-bonuspack-epic/Manifest index 638aecff68f8..16a9c8eeb4fe 100644 --- a/games-fps/ut2003-bonuspack-epic/Manifest +++ b/games-fps/ut2003-bonuspack-epic/Manifest @@ -1,5 +1,5 @@ -MD5 d3125d50d8c9678f2bc3725836d789b0 ut2003-bonuspack-epic-1.ebuild 2911 -MD5 1d725d1b7f55035ee17e8a56e5ab4c7f ChangeLog 825 +MD5 024d7cbc97674a085a29d7a33c314e45 ut2003-bonuspack-epic-1.ebuild 2933 +MD5 32e2a6a506aea4110196b1572d0f64f8 ChangeLog 959 MD5 11a7e1491b1ac042ac7216b26b4ad1fb metadata.xml 254 MD5 43d72637d05e7527567b629427e1df71 files/digest-ut2003-bonuspack-epic-1 75 MD5 2196e2e711354e37821c813bbe2e6316 files/epic-installer 922 diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild index 923759a42e74..a5b4b01009fd 100644 --- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild +++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.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/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.2 2004/03/11 00:34:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.3 2004/03/17 12:13:38 wolf31o2 Exp $ inherit games @@ -40,6 +40,7 @@ src_install() { exeinto ${dir} doexe ${FILESDIR}/epic-installer + dodir ${Ddir}/System cp -r ${S}/{Maps,Sounds,StaticMeshes,Textures} ${Ddir} \ || die "Copying Maps/Sounds/Textures" |