This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Missing file in two new X packages


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]