diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-22 20:46:19 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-22 20:46:19 +0100 |
commit | 5441404936f5d96b1af228624863a302e2314dca (patch) | |
tree | a382fc599f154385143449a5071b0a6ea1e32c3e /extra/ghostscript/Pkgfile | |
parent | 7d4fb228d1cd8016b321d6e762205d84614b0442 (diff) | |
download | nutyx-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-x | extra/ghostscript/Pkgfile | 8 |
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 } |