# HG changeset patch # User Pascal Bellard # Date 1386610170 0 # Node ID e05a30fbddf6e99f47119c3b21f36d68881fe504 # Parent 860ce5da84ab63af78d89091b9ffe57c464e773b xpaint: race condition diff -r 860ce5da84ab -r e05a30fbddf6 xpaint/receipt --- a/xpaint/receipt Mon Dec 09 15:20:40 2013 +0000 +++ b/xpaint/receipt Mon Dec 09 17:29:30 2013 +0000 @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && make -j 1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg.