diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-23 21:07:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-23 21:07:50 +0000 |
commit | 3e756a8626ba15b8f51493a2549f04b143e4c1e7 (patch) | |
tree | bb307305874c8317738eefd660669d1736179e59 /games-fps | |
parent | Initial import (diff) | |
download | historical-3e756a8626ba15b8f51493a2549f04b143e4c1e7.tar.gz historical-3e756a8626ba15b8f51493a2549f04b143e4c1e7.tar.bz2 historical-3e756a8626ba15b8f51493a2549f04b143e4c1e7.zip |
Adding dodir ${dir} and fixing dodir ${dir}/System. Closing bug #48788.
Diffstat (limited to 'games-fps')
-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 | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index 261623b693ce..f886a748511d 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.5 2004/04/02 01:51:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.6 2004/04/23 21:07:50 wolf31o2 Exp $ + + 23 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + Adding dodir ${dir} and fising dodir ${dir}/System. Closing bug #48788. 01 Apr 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 db9678ecd370..b3d75238b05b 100644 --- a/games-fps/ut2003-bonuspack-epic/Manifest +++ b/games-fps/ut2003-bonuspack-epic/Manifest @@ -1,5 +1,5 @@ -MD5 d92b2108fa302831a7e8f01efcde7d36 ut2003-bonuspack-epic-1.ebuild 2926 -MD5 2644c0d03a1655a3bb9fcf2adcf5753a ChangeLog 1128 +MD5 604015e1458b6130bb12d949e4122b8a ut2003-bonuspack-epic-1.ebuild 2939 +MD5 812e9d26212c7978255acb6f58fd7b46 ChangeLog 1292 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 6e50e3d0fd6b..135083d887a9 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.4 2004/04/02 01:51:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.5 2004/04/23 21:07:50 wolf31o2 Exp $ inherit games @@ -35,12 +35,13 @@ src_unpack() { } src_install() { + dodir ${dir} insinto ${dir}/Help newins ${S}/Help/BonusPackReadme.txt EpicBonusPack.README || die "README" exeinto ${dir} doexe ${FILESDIR}/epic-installer - dodir ${Ddir}/System + dodir ${dir}/System cp -r ${S}/{Maps,Sounds,StaticMeshes,Textures} ${Ddir} \ || die "Copying Maps/Sounds/Textures" |