wok-4.x rev 8252
Fix: gamin need -j1 to build install
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Jan 29 14:17:17 2011 +0100 (2011-01-29) |
parents | 69da072c0e96 |
children | f3ab8f13c211 |
files | gamin/receipt |
line diff
1.1 --- a/gamin/receipt Sat Jan 29 06:15:26 2011 +0000 1.2 +++ b/gamin/receipt Sat Jan 29 14:17:17 2011 +0100 1.3 @@ -24,7 +24,7 @@ 1.4 $CONFIGURE_ARGS && 1.5 make && 1.6 mkdir -p $PWD/_pkg/usr/include && 1.7 - make DESTDIR=$PWD/_pkg install 1.8 + make -j1 DESTDIR=$PWD/_pkg install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.