diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-28 10:22:44 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-28 10:22:44 +0000 |
commit | fc49dc94df6ace94cf94990223262bc7cf3f6d0c (patch) | |
tree | 8739b175d9defd3b6e226cd0a130cfcd46cc7619 /x11-base | |
parent | fix typeo (diff) | |
download | historical-fc49dc94df6ace94cf94990223262bc7cf3f6d0c.tar.gz historical-fc49dc94df6ace94cf94990223262bc7cf3f6d0c.tar.bz2 historical-fc49dc94df6ace94cf94990223262bc7cf3f6d0c.zip |
fix typeo
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xfree/files/4.2.1/xfs.start | 6 | ||||
-rw-r--r-- | x11-base/xfree/xfree-4.2.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-base/xfree/files/4.2.1/xfs.start b/x11-base/xfree/files/4.2.1/xfs.start index c6f00a5054cc..72a684aea110 100644 --- a/x11-base/xfree/files/4.2.1/xfs.start +++ b/x11-base/xfree/files/4.2.1/xfs.start @@ -2,7 +2,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/files/4.2.1/xfs.start,v 1.5 2002/10/28 07:46:49 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/files/4.2.1/xfs.start,v 1.6 2002/10/28 10:22:44 azarah Exp $ #NB: Config is in /etc/conf.d/xfs @@ -172,7 +172,7 @@ setup_font_dirs() { ebegin "Indexing font dirs" for x in ${pending_fontdirs} do - einfo " ${x}..." + ebegin " ${x}" # Only generate .scale files if there are # truetype fonts present ... if [ "${x/encodings}" = "${x}" -a \ @@ -190,8 +190,8 @@ setup_font_dirs() { -e /usr/X11R6/lib/X11/fonts/encodings/large \ -- ${x} &> /dev/null fi + eend 0 done - eend 0 fi } diff --git a/x11-base/xfree/xfree-4.2.1.ebuild b/x11-base/xfree/xfree-4.2.1.ebuild index dfcfb4c62bd1..2742940136fb 100644 --- a/x11-base/xfree/xfree-4.2.1.ebuild +++ b/x11-base/xfree/xfree-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.2.1.ebuild,v 1.24 2002/10/28 10:07:27 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.2.1.ebuild,v 1.25 2002/10/28 10:22:44 azarah Exp $ IUSE="sse nls mmx truetype 3dnow 3dfx" @@ -511,6 +511,8 @@ pkg_postinst() { einfo "Creating fonts.scale files..." for x in $(find ${ROOT}/usr/X11R6/lib/X11/fonts/* -type d -maxdepth 1) do + [ -z "$(ls ${x}/)" ] && continue + # Only generate .scale files if there are truetype # fonts present ... if [ "${x/encodings}" = "${x}" -a \ @@ -525,6 +527,8 @@ pkg_postinst() { einfo "Generating fonts.dir files..." for x in $(find ${ROOT}/usr/X11R6/lib/X11/fonts/* -type d -maxdepth 1) do + [ -z "$(ls ${x}/)" ] && continue + if [ "${x/encodings}" = "${x}" ] then LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/X11R6/lib" \ |