diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-07-01 23:08:25 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-07-01 23:08:25 +0000 |
commit | b336b5fcb161c1566343d5312efab7c8e5bece34 (patch) | |
tree | 535ddedb3b1a963f2ec901d08ad8efb977ba34c6 /app-i18n | |
parent | fixed elog messages, bug #272900. (diff) | |
download | gentoo-2-b336b5fcb161c1566343d5312efab7c8e5bece34.tar.gz gentoo-2-b336b5fcb161c1566343d5312efab7c8e5bece34.tar.bz2 gentoo-2-b336b5fcb161c1566343d5312efab7c8e5bece34.zip |
Fixed elog message, bug #272902.
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild b/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild index b103589a969d..cfa9ce72279e 100644 --- a/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild +++ b/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild,v 1.5 2008/06/20 23:52:52 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild,v 1.6 2009/07/01 23:08:25 matsuu Exp $ DESCRIPTION="Input pad for SCIM used to input symbols and special characters" HOMEPAGE="http://www.scim-im.org/" @@ -41,7 +41,7 @@ pkg_postinst() { elog "table, from the SCIM Input Pad interface." elog elog "To add new characters to the tables, see the documentation" - elog "(/usr/share/doc/${PF}/README.gz)." + elog "(README file in /usr/share/doc/${PF})." elog } |