make install [ ! -d /opt/local/gs8.64/share/ghostscript/8.64/Resource/CIDFont ] && mkdir -p /opt/local/gs8.64/share/ghostscript/8.64/Resource/CIDFont (cd /opt/local/gs8.64/share/ghostscript/8.64/Resource/CIDFont && ( find ../../../../../../gs7.07/share/ghostscript/Resource/CIDFont ! -type d ! -type l && find /opt/local/X11R6/lib/X11/fonts/opentype ! -type d ! -name fonts.dir ! -name '*-[0-9]*' ) | while read f; do t="`basename \"$f\" .otf`" [ ! -f "$t" ] && ln -sf "$f" "$t" done # # # find . -maxdepth 1 -name '*-Acro' | while read f; do f="`basename \"$f\"`" t="`basename \"$f\" -Acro`" [ ! -f "$t" ] && echo "/$t /$f ;" done )