# HG changeset patch # User Antoine Bodin # Date 1331604207 -3600 # Node ID 1c9a0f9f7ad60856728d342b45cac8161796e29e # Parent 082eb0e58670c6dc1451992f3f76bcaf21bf663a mono: make install may fail if -j1 is not used diff -r 082eb0e58670 -r 1c9a0f9f7ad6 mono/receipt --- a/mono/receipt Tue Mar 13 01:25:08 2012 +0100 +++ b/mono/receipt Tue Mar 13 03:03:27 2012 +0100 @@ -22,7 +22,7 @@ ./configure \ --sysconfdir=/etc \ $CONFIGURE_ARGS && - make -j 1 && make install + make -j 1 && make -j 1 install } # Rules to gen a SliTaz package suitable for Tazpkg.