summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/xsim/xsim-0.3.9.4-r2.ebuild')
-rw-r--r--app-i18n/xsim/xsim-0.3.9.4-r2.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild
index 616681ce22cf..93fe0a32ba87 100644
--- a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild
+++ b/app-i18n/xsim/xsim-0.3.9.4-r2.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-i18n/xsim/xsim-0.3.9.4-r2.ebuild,v 1.9 2005/01/28 11:34:44 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild,v 1.10 2007/01/05 16:37:22 flameeyes Exp $
inherit kde-functions eutils
@@ -59,10 +59,10 @@ src_install() {
}
pkg_postinst() {
- einfo "XSIM needs write access to /usr/lib/xsim/dat/chardb, so if you"
- einfo "not running it as root, you need to do the following:"
- echo
- einfo " cp -r /usr/lib/xsim/dat \${HOME}/.xsim"
- einfo " sed -i \"s#DICT_LOCAL.*#DICT_LOCAL \${HOME}/.xsim#\" > \${HOME}/.xsim/xsimrc"
+ elog "XSIM needs write access to /usr/lib/xsim/dat/chardb, so if you"
+ elog "not running it as root, you need to do the following:"
+ elog
+ elog " cp -r /usr/lib/xsim/dat \${HOME}/.xsim"
+ elog " sed -i \"s#DICT_LOCAL.*#DICT_LOCAL \${HOME}/.xsim#\" > \${HOME}/.xsim/xsimrc"
echo
}