summaryrefslogtreecommitdiffstats
path: root/extra/ghostscript/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ghostscript/Pkgfile')
-rwxr-xr-xextra/ghostscript/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ghostscript/Pkgfile b/extra/ghostscript/Pkgfile
index 1d00c5e1d..bce32bac9 100755
--- a/extra/ghostscript/Pkgfile
+++ b/extra/ghostscript/Pkgfile
@@ -6,7 +6,7 @@
name=ghostscript
version=8.70
-release=1
+release=2
source=( http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz\
http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz ghostscript-fPIC.patch)
@@ -29,7 +29,7 @@ fi
--with-jbig2dec --with-omni --with-x --with-drivers=ALL \
--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts
make
- make DESTDIR=$PKG install
- cd ..
- mv fonts $PKG/usr/share/ghostscript
+ make DESTDIR=$PKG install soinstall
+
+ cp -r $SRC/fonts $PKG/usr/share/ghostscript
}