summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-08-16 06:38:04 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-08-16 06:38:04 +0000
commit973c70155f922f0a6b06e641424d12e226fd77a1 (patch)
treecc6056642637387cff24b1c495a5be11c385cee5 /eclass
parentinitial import (diff)
downloadhistorical-973c70155f922f0a6b06e641424d12e226fd77a1.tar.gz
historical-973c70155f922f0a6b06e641424d12e226fd77a1.tar.bz2
historical-973c70155f922f0a6b06e641424d12e226fd77a1.zip
Remove -e /usr/X11R6/$(get_libdir)/X11/fonts/encodings line from mkfontdir, since it should already be covered by /usr/share/fonts/encodings (it's symlinked), and it causes errors in a modular world without /usr/X11R6.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/font.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass
index e4ceffb955c5..ddbcdb42ff7d 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.15 2005/07/11 15:08:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.16 2005/08/16 06:38:04 spyderous Exp $
# Author: foser <foser@gentoo.org>
@@ -39,7 +39,6 @@ font_xfont_config() {
mkfontdir \
-e /usr/share/fonts/encodings \
-e /usr/share/fonts/encodings/large \
- -e /usr/X11R6/$(get_libdir)/X11/fonts/encodings \
"${D}/usr/share/fonts/${PN}"
if [ -e "${FONT_S}/fonts.alias" ] ; then
doins "${FONT_S}/fonts.alias"