diff options
author | Juergen Daubert <jue@jue.li> | 2007-07-28 10:07:17 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-07-28 10:07:17 +0200 |
commit | cb311871704a6d86bb9169562e32567cc2cfde38 (patch) | |
tree | 2aa4449dbbfd70c0163f749e8430bead45d64c12 /ghostscript | |
parent | 26a9e60e73cb245e5f05fe48fd646af2638a33e1 (diff) | |
download | opt-cb311871704a6d86bb9169562e32567cc2cfde38.tar.gz opt-cb311871704a6d86bb9169562e32567cc2cfde38.tar.xz |
ghostscript: added -j1 make option
Diffstat (limited to 'ghostscript')
-rw-r--r-- | ghostscript/Pkgfile | 2 |
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 |