Missing file in two new X packages

Alexander Gottwald alexander.gottwald@s1999.tu-chemnitz.de
Thu Sep 16 12:00:00 GMT 2004


On Thu, 16 Sep 2004, Bram Kivenko wrote:

> Well, I did this:
> 
> mkfontscale -n -e `find /usr/X11R6/lib/X11/fonts -type d -maxdepth 1 
> -print | grep -v 'fonts$'`

This is not correct. -e requires the encodings dir as parameter

use this:
mkfontscale -n -e /usr/X11R6/lib/X11/fonts/encodings \
`find /usr/X11R6/lib/X11/fonts -type d -maxdepth 1 -not -name fonts \
-not -name encodings -print`

bye
	ago
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723



More information about the Cygwin-xfree mailing list