wok-4.x rev 7977
Fix: pth needs -j1 to compile & install
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Jan 17 17:57:54 2011 +0100 (2011-01-17) |
parents | 76f818e75b36 |
children | 67b4f2547fcb |
files | pth/receipt |
line diff
1.1 --- a/pth/receipt Mon Jan 17 17:57:10 2011 +0100 1.2 +++ b/pth/receipt Mon Jan 17 17:57:54 2011 +0100 1.3 @@ -18,8 +18,8 @@ 1.4 --prefix=/usr \ 1.5 --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 - make DESTDIR=$PWD/_pkg install 1.9 + make -j 1 && 1.10 + make -j 1 DESTDIR=$PWD/_pkg install 1.11 } 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg.