diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-16 21:53:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-16 21:53:41 +0000 |
commit | df6fd07a65e526667e81c729e9e0530b93c5d16e (patch) | |
tree | 6ea8f4bfb86579fd112dc40db8ffdc019f6b53ea /games-fps/ut2003-bonuspack-epic | |
parent | Fix fixinstall not being executable. (diff) | |
download | gentoo-2-df6fd07a65e526667e81c729e9e0530b93c5d16e.tar.gz gentoo-2-df6fd07a65e526667e81c729e9e0530b93c5d16e.tar.bz2 gentoo-2-df6fd07a65e526667e81c729e9e0530b93c5d16e.zip |
Changed ebuild ... config to emerge --config for bug #109482.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index f7b560f85078..d4fe9c401315 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 Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.8 2004/06/24 22:49:24 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.9 2005/10/16 21:51:44 wolf31o2 Exp $ + + 16 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + Changed ebuild ... config to emerge --config for bug #109482. 23 Apr 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 2add7a3dde60..65cfc0f84278 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 Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.8 2005/07/13 14:59:27 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.9 2005/10/16 21:51:44 wolf31o2 Exp $ inherit games @@ -55,7 +55,7 @@ src_install() { pkg_postinst() { einfo "You will need to run:" - einfo " ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "emerge --config =${PF}" einfo "to make the necessary changes to the system .ini files." echo einfo "Each user whom has already played the game will need to run:" |