wok diff opal/receipt @ rev 8234

Up: get-LibreOffice (v1.1.9 for stable v3.3.0) - will need fix for next release as this contains fix for incorrect archive packaging.
author Ben Arnold <ben@seawolfsanctuary.com>
date Thu Jan 27 07:36:43 2011 +0000 (2011-01-27)
parents 23315f4d08a6
children 8e4c74abdf74
line diff
     1.1 --- a/opal/receipt	Mon May 10 20:18:40 2010 +0000
     1.2 +++ b/opal/receipt	Thu Jan 27 07:36:43 2011 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  	./configure --prefix=/usr --bindir=/bin \
     1.5  	--libexecdir=/usr/bin --mandir=/usr/share/man \
     1.6  	$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11