diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 13:30:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 13:30:02 +0000 |
commit | acc52d64a74e44fa0fda668abd8c9ec6b929547d (patch) | |
tree | 903c1a2a40be5985acf20569e811b7dfb0a7cc60 /x11-misc/grun | |
parent | prune patch (diff) | |
download | gentoo-2-acc52d64a74e44fa0fda668abd8c9ec6b929547d.tar.gz gentoo-2-acc52d64a74e44fa0fda668abd8c9ec6b929547d.tar.bz2 gentoo-2-acc52d64a74e44fa0fda668abd8c9ec6b929547d.zip |
Fix postinst message wrt #278091 by Alexandros Diamantidis.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/grun')
-rw-r--r-- | x11-misc/grun/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/grun/grun-0.9.3-r1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/grun/ChangeLog b/x11-misc/grun/ChangeLog index 6f604fb391ea..b3381f069776 100644 --- a/x11-misc/grun/ChangeLog +++ b/x11-misc/grun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/grun -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.30 2009/12/23 15:36:29 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.31 2010/06/06 13:30:02 ssuominen Exp $ + + 06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> grun-0.9.3-r1.ebuild: + Fix postinst message wrt #278091 by Alexandros Diamantidis. *grun-0.9.3-r1 (23 Dec 2009) diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild index 981296c7e3a6..9aef70e274b2 100644 --- a/x11-misc/grun/grun-0.9.3-r1.ebuild +++ b/x11-misc/grun/grun-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.1 2009/12/23 15:36:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.2 2010/06/06 13:30:02 ssuominen Exp $ EAPI=2 inherit eutils @@ -48,9 +48,9 @@ pkg_postinst() { elog "Then reconfigure Fluxbox (using the menu) and hit <WinKey>-<r>" elog elog "The default system-wide definition file for associating file" - elog "extensions with applications is /usr/share/grun/gassoc, the" - elog "default system-wide definition file for recognized console" - elog "applications is /usr/share/grun/consfile. They can be overridden" + elog "extensions with applications is /etc/gassoc, the default" + elog "system-wide definition file for recognized console" + elog "applications is /etc/consfile. They can be overridden" elog "on a per user basis by ~/.gassoc and ~/.consfile respectively." elog elog "To change the default terminal application grun uses, adjust the" |