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 | 5bd22012e01bb398dd6381cd051f050cc48eff7c (patch) | |
tree | 78322000bc7bbcbaefca383178d357911659cd8e /games-fps/ut2003-bonuspack-epic | |
parent | Small dependencies corrections. (Manifest recommit) (diff) | |
download | gentoo-2-5bd22012e01bb398dd6381cd051f050cc48eff7c.tar.gz gentoo-2-5bd22012e01bb398dd6381cd051f050cc48eff7c.tar.bz2 gentoo-2-5bd22012e01bb398dd6381cd051f050cc48eff7c.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/ut2003-bonuspack-epic-1.ebuild | 8 |
2 files changed, 9 insertions, 5 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/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 |