diff options
author | William Hubbs <williamh@gentoo.org> | 2009-10-09 21:53:18 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2009-10-09 21:53:18 +0000 |
commit | 14067de1d94b4b1d9e998c37b0f7f7f4ea1a1fe8 (patch) | |
tree | 3ade51ff03dcf92e833b4f3c4b1506d39c3d6b51 /app-accessibility/espeakup/espeakup-9999.ebuild | |
parent | efte: better usage of cmake eclass (diff) | |
download | historical-14067de1d94b4b1d9e998c37b0f7f7f4ea1a1fe8.tar.gz historical-14067de1d94b4b1d9e998c37b0f7f7f4ea1a1fe8.tar.bz2 historical-14067de1d94b4b1d9e998c37b0f7f7f4ea1a1fe8.zip |
changed some echo commands to elogs.
Package-Manager: portage-2.2_rc44/cvs/Linux i686
Diffstat (limited to 'app-accessibility/espeakup/espeakup-9999.ebuild')
-rw-r--r-- | app-accessibility/espeakup/espeakup-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild index 68b9eb7ac6b9..cb3314b47082 100644 --- a/app-accessibility/espeakup/espeakup-9999.ebuild +++ b/app-accessibility/espeakup/espeakup-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.2 2009/09/07 23:31:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-9999.ebuild,v 1.3 2009/10/09 21:53:18 williamh Exp $ EGIT_REPO_URI="git://github.com/williamh/espeakup.git" inherit git @@ -31,7 +31,7 @@ src_install() { pkg_postinst() { elog "To get espeakup to start automatically, it is currently recommended" - echo "that you add it to the default run level, by giving the following" + elog "that you add it to the default run level, by giving the following" elog "command as root." elog elog "rc-update add espeakup default" |