wok rev 9046

aubio: need make -j1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 09:00:01 2011 +0100 (2011-03-04)
parents 29faf8434030
children 09c43d921be2
files aubio/receipt
line diff
     1.1 --- a/aubio/receipt	Fri Mar 04 08:55:47 2011 +0100
     1.2 +++ b/aubio/receipt	Fri Mar 04 09:00:01 2011 +0100
     1.3 @@ -17,8 +17,8 @@
     1.4  compile_rules() {
     1.5    cd $src
     1.6    ./configure --prefix=/usr &&
     1.7 -  make &&
     1.8 -  make DESTDIR=$PWD/_pkg install
     1.9 +  make -j1 &&
    1.10 +  make -j1 install
    1.11  }
    1.12  	
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.