summaryrefslogtreecommitdiffstats
path: root/extra/ghostscript/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-22 20:46:19 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-22 20:46:19 +0100
commit5441404936f5d96b1af228624863a302e2314dca (patch)
treea382fc599f154385143449a5071b0a6ea1e32c3e /extra/ghostscript/Pkgfile
parent7d4fb228d1cd8016b321d6e762205d84614b0442 (diff)
downloadnutyx-pakxe-5441404936f5d96b1af228624863a302e2314dca.tar.gz
nutyx-pakxe-5441404936f5d96b1af228624863a302e2314dca.tar.bz2
nutyx-pakxe-5441404936f5d96b1af228624863a302e2314dca.tar.xz
nutyx-pakxe-5441404936f5d96b1af228624863a302e2314dca.zip
maj de ghostscript#8.70-2
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
}