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 | c9c7dbdc1b0e74d916e8f93cab08bb9729f2d3e0 (patch) | |
tree | 1f3c0c7314128b44ac541d8ebdf894dbc68bb0b4 /games-fps | |
parent | attempt at a fix for bug #44934 (Manifest recommit) (diff) | |
download | gentoo-2-c9c7dbdc1b0e74d916e8f93cab08bb9729f2d3e0.tar.gz gentoo-2-c9c7dbdc1b0e74d916e8f93cab08bb9729f2d3e0.tar.bz2 gentoo-2-c9c7dbdc1b0e74d916e8f93cab08bb9729f2d3e0.zip |
Adding dodir ${Ddir}/System. Closing bug #44268.
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 3 |
2 files changed, 7 insertions, 2 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/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" |