wok rev 7953

Change -j 4 to -j 1 in mono. Need to do this for it to build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 15 15:55:42 2011 +0000 (2011-01-15)
parents 6c05202efacd
children 3dc9f710bf22
files mono/receipt
line diff
     1.1 --- a/mono/receipt	Sat Jan 15 15:38:39 2011 +0000
     1.2 +++ b/mono/receipt	Sat Jan 15 15:55:42 2011 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  		--mandir=/usr/share/man \
     1.5  		--sysconfdir=/etc \
     1.6  		$CONFIGURE_ARGS  &&
     1.7 -	make -j 4 &&
     1.8 +	make -j 1 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11