# HG changeset patch # User Antoine Bodin # Date 1298416805 -3600 # Node ID e9f3c69d0c0439365a746adc49d45ec0a9bd0358 # Parent 59ea9409ad8a7e5a6d6143f90282f4f21dcdaa02 fix djmount compile_rules(): needs -j1 to compile & install diff -r 59ea9409ad8a -r e9f3c69d0c04 djmount/receipt --- a/djmount/receipt Wed Feb 23 00:18:12 2011 +0100 +++ b/djmount/receipt Wed Feb 23 00:20:05 2011 +0100 @@ -20,7 +20,7 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make -j1 && make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.