summaryrefslogtreecommitdiff
path: root/ghostscript
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-07-28 10:07:17 +0200
committerJuergen Daubert <jue@jue.li>2007-07-28 10:07:17 +0200
commitcb311871704a6d86bb9169562e32567cc2cfde38 (patch)
tree2aa4449dbbfd70c0163f749e8430bead45d64c12 /ghostscript
parent26a9e60e73cb245e5f05fe48fd646af2638a33e1 (diff)
downloadopt-cb311871704a6d86bb9169562e32567cc2cfde38.tar.gz
opt-cb311871704a6d86bb9169562e32567cc2cfde38.tar.xz
ghostscript: added -j1 make option
Diffstat (limited to 'ghostscript')
-rw-r--r--ghostscript/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile
index b43d1ff4d..907145276 100644
--- a/ghostscript/Pkgfile
+++ b/ghostscript/Pkgfile
@@ -14,7 +14,7 @@ build () {
./configure --prefix=/usr \
--enable-cups \
--with-drivers=ALL
- make
+ make -j1
make install_prefix=$PKG install
cp -r $SRC/fonts $PKG/usr/share/ghostscript

Generated by cgit