# HG changeset patch # User Antoine Bodin # Date 1296084051 -3600 # Node ID 3302917f7fbe28a830e9d166b57fb66d014fdd07 # Parent 438f721fcdb10a376e066c9a3d13ae551c34e37d imported patch cleanup/alsa-lib.patch diff -r 438f721fcdb1 -r 3302917f7fbe alsa-lib/receipt --- a/alsa-lib/receipt Thu Jan 27 00:20:51 2011 +0100 +++ b/alsa-lib/receipt Thu Jan 27 00:20:51 2011 +0100 @@ -14,12 +14,8 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --disable-python \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + ./configure --disable-python && + make && make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.