diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-11 00:34:29 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-11 00:34:29 +0000 |
commit | 958d81d1e7f99dd05ad75f361f939c8959bbff06 (patch) | |
tree | 40bd8aa5619f9af4068939a5c45aef32b530d1a2 /games-fps/ut2003-bonuspack-epic | |
parent | Small dependencies corrections. (diff) | |
download | historical-958d81d1e7f99dd05ad75f361f939c8959bbff06.tar.gz historical-958d81d1e7f99dd05ad75f361f939c8959bbff06.tar.bz2 historical-958d81d1e7f99dd05ad75f361f939c8959bbff06.zip |
Fixing some paths in install and 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 | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index a3e4a2b2730f..6ba2ff04200f 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.2 2004/03/10 19:45:24 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.3 2004/03/11 00:34:29 wolf31o2 Exp $ + + 10 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + Fixing some paths in install and closing bug #44268. 10 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> files/epic-install, files/epic-installer: diff --git a/games-fps/ut2003-bonuspack-epic/Manifest b/games-fps/ut2003-bonuspack-epic/Manifest index b48e292c4bcb..638aecff68f8 100644 --- a/games-fps/ut2003-bonuspack-epic/Manifest +++ b/games-fps/ut2003-bonuspack-epic/Manifest @@ -1,5 +1,5 @@ -MD5 292999034c823269ea530e78342a3743 ut2003-bonuspack-epic-1.ebuild 2890 -MD5 548841a773b607d430cde57e97596939 ChangeLog 681 +MD5 d3125d50d8c9678f2bc3725836d789b0 ut2003-bonuspack-epic-1.ebuild 2911 +MD5 1d725d1b7f55035ee17e8a56e5ab4c7f ChangeLog 825 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 8a9993f6dbdd..923759a42e74 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.1 2004/02/27 21:59:22 wolf31o2 Exp $ +# $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 $ inherit games @@ -43,9 +43,9 @@ src_install() { cp -r ${S}/{Maps,Sounds,StaticMeshes,Textures} ${Ddir} \ || die "Copying Maps/Sounds/Textures" - cp ${S}/System/{*.{det,est,frt,int,itt,kot,tmt,u},User.ini} ${Ddir} \ + cp ${S}/System/{*.{det,est,frt,int,itt,kot,tmt,u},User.ini} ${Ddir}/System \ || die "Copying System files" - cp -v ${S}/System/Manifest.ini ${Ddir}/Manifest.ini.epic \ + cp -v ${S}/System/Manifest.ini ${Ddir}/System/Manifest.ini.epic \ || die "Copying Manifest" prepgamesdirs @@ -68,7 +68,7 @@ pkg_postinst() { pkg_config() { cd ${dir}/System cp Manifest.ini Manifest.ini.pre-epic - cp ${dir}/Manifest.ini.epic Manifest.ini + cp ${dir}/System/Manifest.ini.epic Manifest.ini cp Default.ini Default.ini.pre-epic cat >> Default.ini <<EOT |