wok rev 8801

fix djmount compile_rules(): needs -j1 to compile & install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 23 00:20:05 2011 +0100 (2011-02-23)
parents 59ea9409ad8a
children 51e64507dfaf
files djmount/receipt
line diff
     1.1 --- a/djmount/receipt	Wed Feb 23 00:18:12 2011 +0100
     1.2 +++ b/djmount/receipt	Wed Feb 23 00:20:05 2011 +0100
     1.3 @@ -20,7 +20,7 @@
     1.4  		--infodir=/usr/share/info \
     1.5  		--mandir=/usr/share/man \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make DESTDIR=$PWD/_pkg install
     1.8 +	make -j1 && make -j1 install
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.