# HG changeset patch # User Pascal Bellard # Date 1299225601 -3600 # Node ID abb787804be16fe8d0bdcbfe58a7bc7475bd1923 # Parent 29faf84340300adfccf94791c8aef828c9ece6c8 aubio: need make -j1 diff -r 29faf8434030 -r abb787804be1 aubio/receipt --- a/aubio/receipt Fri Mar 04 08:55:47 2011 +0100 +++ b/aubio/receipt Fri Mar 04 09:00:01 2011 +0100 @@ -17,8 +17,8 @@ compile_rules() { cd $src ./configure --prefix=/usr && - make && - make DESTDIR=$PWD/_pkg install + make -j1 && + make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.