diff options
Diffstat (limited to 'app-emulation/softgun/softgun-0.09.ebuild')
-rw-r--r-- | app-emulation/softgun/softgun-0.09.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/softgun/softgun-0.09.ebuild b/app-emulation/softgun/softgun-0.09.ebuild index c3e8a31cb473..5d8883041be9 100644 --- a/app-emulation/softgun/softgun-0.09.ebuild +++ b/app-emulation/softgun/softgun-0.09.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.09.ebuild,v 1.2 2005/05/04 18:48:17 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/softgun/softgun-0.09.ebuild,v 1.3 2007/01/25 22:53:19 genone Exp $ inherit toolchain-funcs @@ -35,6 +35,6 @@ src_install() { } pkg_postinst() { - einfo "To create a configuration file, run as user:" - einfo " gzcat /usr/share/doc/${PF}/defaultconfig.gz > ~/.emuconfig" + elog "To create a configuration file, run as user:" + elog " gzcat /usr/share/doc/${PF}/defaultconfig.gz > ~/.emuconfig" } |