# HG changeset patch # User Antoine Bodin # Date 1298942276 -3600 # Node ID af1ca146c62918d0f1fe2ddb56dd9a39c10555cf # Parent 5d88adada85bb9cfb7a701f0da458a6a73960237 splint needs -j1 to compile diff -r 5d88adada85b -r af1ca146c629 splint/receipt --- a/splint/receipt Tue Mar 01 00:18:27 2011 +0100 +++ b/splint/receipt Tue Mar 01 02:17:56 2011 +0100 @@ -14,10 +14,7 @@ compile_rules() { cd $src - ./configure --prefix=/usr \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make -j1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg.