Update of /cvsroot/fink/experimental/rangerrick/finkinfo/x11
In directory usw-pr-cvs1:/tmp/cvs-serv9747
Modified Files:
applesystemfonts-1.0-1.info
Log Message:
now it symlinks where possible
Index: applesystemfonts-1.0-1.info
===================================================================
RCS file:
/cvsroot/fink/experimental/rangerrick/finkinfo/x11/applesystemfonts-1.0-1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- applesystemfonts-1.0-1.info 27 Sep 2002 06:25:44 -0000 1.1
+++ applesystemfonts-1.0-1.info 27 Sep 2002 16:37:49 -0000 1.2
@@ -16,8 +16,13 @@
#!/bin/sh
# hot stinkin' DAMN this is ugly
install -d -m 755 %d`%p/bin/xfontpath basedir`/applettf
- install -c -m 644 `find /Library /System/Library -name \*.ttf -print` *.ttf
%d`%p/bin/xfontpath basedir`/applettf/
+ install -c -m 644 *.ttf *.ttf %d`%p/bin/xfontpath basedir`/applettf/
pushd %d`%p/bin/xfontpath basedir`/applettf
+ find /Library /System/Library -name \*.ttf | while read FONTFILE; do
+ FONTNAME=`basename $FONTFILE`
+ rm -f "$FONTNAME"
+ ln -s "$FONTFILE" .
+ done
echo "generating fonts.dir error list"
%p/bin/ttfmkfontdir -o fonts.dir -m 10 -c > /tmp/mkfontdir.output 2>&1
#cat /tmp/mkfontdir.output | grep ': unknown' | cut -d: -f 1 | sed -e 's#^font
##' | xargs rm -f
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits