wok rev 8611
Fix: alsa-plugins needs -j1 to install
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 18:08:21 2011 +0100 (2011-02-14) |
parents | 305507747550 |
children | cf088243a4a5 |
files | alsa-plugins/receipt |
line diff
1.1 --- a/alsa-plugins/receipt Mon Feb 14 18:04:35 2011 +0100 1.2 +++ b/alsa-plugins/receipt Mon Feb 14 18:08:21 2011 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 --prefix=/usr \ 1.5 $CONFIGURE_ARGS && 1.6 make && 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.