wok diff ocaml/receipt @ rev 10724

libbonobo-dev: better with /usr/include
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 29 02:13:17 2011 +0200 (2011-05-29)
parents 6ec17b55b59a
children ad0e3018d4fa
line diff
     1.1 --- a/ocaml/receipt	Wed Feb 24 11:10:57 2010 +0000
     1.2 +++ b/ocaml/receipt	Sun May 29 02:13:17 2011 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  		sed -i 's/base=.*/& || true/' build/camlp4-targets.sh
     1.5  	./configure --prefix /usr \
     1.6  	$(echo $CONFIGURE_ARGS | sed 's/--build=[^ ]*//' | sed 's/=/ /g') &&
     1.7 -	make world opt &&
     1.8 +	make -j1 world opt &&
     1.9  	sed -i "s|^PREFIX=.*|PREFIX=$PWD/_pkg/usr|" config/Makefile &&
    1.10  	make install
    1.11  }