diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2006-01-26 19:21:34 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2006-01-26 19:21:34 +0000 |
commit | 78a73b3d0e059447d56b4f48e34e908e714102c8 (patch) | |
tree | e84f8b822886925bf8f7c42051f789bea20db86a /x11-themes | |
parent | No java, no java-internal (dev-lang/php:java-internal) (diff) | |
download | gentoo-2-78a73b3d0e059447d56b4f48e34e908e714102c8.tar.gz gentoo-2-78a73b3d0e059447d56b4f48e34e908e714102c8.tar.bz2 gentoo-2-78a73b3d0e059447d56b4f48e34e908e714102c8.zip |
Typo fix (bug #119700).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm-crystal/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-2.20050306.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index fc3f9fbe8622..187e5096a039 100644 --- a/x11-themes/fvwm-crystal/ChangeLog +++ b/x11-themes/fvwm-crystal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/fvwm-crystal -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.32 2005/11/01 09:46:06 lucass Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.33 2006/01/26 19:21:34 lucass Exp $ + + 26 Jan 2006; Lukasz Strzygowski <lucass@gentoo.org> + fvwm-crystal-2.20050306.ebuild: + Typo fix (bug #119700). *fvwm-crystal-3.0 (01 Nov 2005) diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-2.20050306.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-2.20050306.ebuild index 9d2a2dd0a6db..fc5cbaba9b0e 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-2.20050306.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-2.20050306.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-2.20050306.ebuild,v 1.6 2005/10/18 20:08:10 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-2.20050306.ebuild,v 1.7 2006/01/26 19:21:34 lucass Exp $ MY_P="${P/-2./-}" DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency." @@ -45,7 +45,7 @@ src_install() { pkg_postinst() { einfo einfo "After installation, execute following commands:" - einfo " $ cp -r /usr/share/${PN}/addons/Xresources-EN ~/.Xresources" + einfo " $ cp -r /usr/share/${PN}/addons/Xresources ~/.Xresources" einfo " $ cp -r /usr/share/${PN}/addons/Xsession ~/.xinitrc" einfo einfo "Authors of fvwm-crystal recommend also installing" |