diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-10-09 07:45:53 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-10-09 07:45:53 +0000 |
commit | e4966bc8e56a78ef43211ece4f20e0322174841b (patch) | |
tree | 63cc47a030d9c375e2972cedbe741eb13ada4059 /eclass/xorg-2.eclass | |
parent | Remove tove from metadata.xml (diff) | |
download | gentoo-2-e4966bc8e56a78ef43211ece4f20e0322174841b.tar.gz gentoo-2-e4966bc8e56a78ef43211ece4f20e0322174841b.tar.bz2 gentoo-2-e4966bc8e56a78ef43211ece4f20e0322174841b.zip |
Fix typo in fonts.scale filename.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 98882c4af8a3..173f7bf2e1ab 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.48 2011/09/12 13:50:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.49 2011/10/09 07:45:53 mgorny Exp $ # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -522,7 +522,7 @@ create_fonts_scale() { debug-print-function ${FUNCNAME} "$@" if [[ ${FONT_DIR} != Speedo && ${FONT_DIR} != CID ]]; then - ebegin "Generating font.scale" + ebegin "Generating fonts.scale" mkfontscale \ -a "${EROOT}/usr/share/fonts/encodings/encodings.dir" \ -- "${EROOT}/usr/share/fonts/${FONT_DIR}" |