Danny Tholen <[EMAIL PROTECTED]> writes:

> Ok, after dam's miserable attempt to fix it (just joking) here is my way:

agreed :)

> 
> it seems that the latest fix uses this line to rename to ttf fonts:
> system ("cd $drakfont_dir/tmp/tmp ; for i in *.TTF; do mv -f $i `basename $i 
>.TTF`.ttf; done");
> 
> For some reason this does not work (maybe because of backticks or $?) in perl, but 
>the next one does:
> system ('cd '.$drakfont_dir.'/tmp/tmp ; for i in *.TTF; do mv -f $i `basename $i 
>.TTF`.ttf; done');
> 
> 
> Now, lets hope nobody has fonts named ArIal.TtF (because I do not know how to do 
>that:)
> 
> 
> Next follows a diff for drakfont (drakxtools-1.1.7-89mdk):

thanks ! I apply right now.

-- 
dam's

Reply via email to