From: hackbard Date: Fri, 24 Jun 2005 19:53:13 +0000 (+0000) Subject: fixed font problem within ghostscript X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=726ceab9420dbc8b95af4fae9c1f4244fa4d717a fixed font problem within ghostscript --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 7d240e4..c9355a4 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,7 @@ +*) 2005-06-24 + +- fixed font problem for ghostscript + *) 2005-06-23 - added powerpc64 support (thanks to http://tuxppc.rz.uni-augsburg.de/) diff --git a/packages/x11/ghostscript/ghostscript b/packages/x11/ghostscript/ghostscript index 0b0c864..e676a31 100644 --- a/packages/x11/ghostscript/ghostscript +++ b/packages/x11/ghostscript/ghostscript @@ -20,4 +20,6 @@ post_install() { $archdir/$font-${extra_ver}.tar.gz \ -C $prefix/share/ghostscript/${extra_ver} done + ln -sfv $prefix/share/ghostscript/${extra_ver}/fonts \ + $prefix/share/ghostscript/fonts }