diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-21 00:09:58 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-21 00:09:58 +0000 |
commit | 48b05791bd7cc9f51fb11f29a99435ad53f42906 (patch) | |
tree | 795f3dc17d4a0646bfac7b6256c576a2b02af487 /x11-base | |
parent | version bump (diff) | |
download | gentoo-2-48b05791bd7cc9f51fb11f29a99435ad53f42906.tar.gz gentoo-2-48b05791bd7cc9f51fb11f29a99435ad53f42906.tar.bz2 gentoo-2-48b05791bd7cc9f51fb11f29a99435ad53f42906.zip |
fix small typeo in xfs.start
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xfree/files/4.2.1/xfs.start | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-base/xfree/files/4.2.1/xfs.start b/x11-base/xfree/files/4.2.1/xfs.start index 56e47c71f686..fc285f2ac2b4 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.3 2002/10/20 21:06:36 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/files/4.2.1/xfs.start,v 1.4 2002/10/21 00:09:58 azarah Exp $ #NB: Config is in /etc/conf.d/xfs @@ -134,7 +134,7 @@ setup_font_dirs() { eend 0 fi - if [ ! -x /usr/X11R6/bin/mkfontdir -o ! /usr/X11R6/bin/ttmkfdir2 ] + if [ ! -x /usr/X11R6/bin/mkfontdir -o ! -x /usr/X11R6/bin/ttmkfdir2 ] then ewarn "Could not find mkfontdir or ttmkfdir2 binary!" return 0 |