wok-current diff aubio/receipt @ rev 9877
xfce4-settings: Fix BD.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 00:07:49 2011 +0200 (2011-05-17) |
parents | c6ae74b43fce |
children | effd73675e7f |
line diff
1.1 --- a/aubio/receipt Tue Oct 19 21:01:19 2010 -0400 1.2 +++ b/aubio/receipt Tue May 17 00:07:49 2011 +0200 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.