diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 19:51:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-19 19:51:12 +0000 |
commit | d5cd4b5c512d164a1257ef0d7eda8b986a540d44 (patch) | |
tree | da349c21a5ca3fcc673aa93e70ff42277541e5d8 /eclass/font.eclass | |
parent | ~alpha keyword, bug 66691. (Manifest recommit) (diff) | |
download | gentoo-2-d5cd4b5c512d164a1257ef0d7eda8b986a540d44.tar.gz gentoo-2-d5cd4b5c512d164a1257ef0d7eda8b986a540d44.tar.bz2 gentoo-2-d5cd4b5c512d164a1257ef0d7eda8b986a540d44.zip |
'...' -> ' ...'
Diffstat (limited to 'eclass/font.eclass')
-rw-r--r-- | eclass/font.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass index e741f5f43b60..685383522c33 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.9 2004/10/06 14:00:39 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.10 2004/10/19 19:51:12 vapier Exp $ # Author: foser <foser@gentoo.org> @@ -38,7 +38,7 @@ font_xfont_config() { # create Xfont files if use X ; then - einfo "Creating fonts.scale & fonts.dir..." + einfo "Creating fonts.scale & fonts.dir ..." mkfontscale "${D}/usr/share/fonts/${PN}" mkfontdir \ -e /usr/share/fonts/encodings \ @@ -56,7 +56,7 @@ font_xfont_config() { font_xft_config() { # create fontconfig cache - einfo "Creating fontconfig cache..." + einfo "Creating fontconfig cache ..." # Mac OS X has fc-cache at /usr/X11R6/bin HOME="/root" fc-cache -f "${D}/usr/share/fonts/${PN}" |