From ef35ab0eaffd38d7283dc95263fb483033e84d3e Mon Sep 17 00:00:00 2001 From: gobo72 Date: Mon, 22 Aug 2011 02:31:00 +0000 Subject: [PATCH] =?utf8?q?R=C3=A9gl=C3=A9=20probl=C3=A8me=20de=20lien=20sy?= =?utf8?q?mboliques=20incorrects=20pour=20les=20fonts=20X11?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- stage4/configure-fonts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stage4/configure-fonts b/stage4/configure-fonts index 7673a20..6345568 100755 --- a/stage4/configure-fonts +++ b/stage4/configure-fonts @@ -2,13 +2,6 @@ source ../functions/main -# When all of the fonts have been installed, the system must be configured so -# that Fontconfig can find the TrueType fonts since they are outside of the -# default search path of /usr/share/fonts. -install -v -d -m755 /usr/share/fonts -ln -svfT /usr/lib/X11/fonts/OTF /usr/share/fonts/X11-OTF -ln -svfT /usr/lib/X11/fonts/TTF /usr/share/fonts/X11-TTF - X11_FONTS_DIR="/usr/share/fonts/X11" if ! grep -q "${X11_FONTS_DIR}" /etc/fonts/local.conf; then -- 2.20.1