wok rev 8841

mk-livestatus needs -j1 to install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Feb 25 00:21:20 2011 +0100 (2011-02-25)
parents 2c5802ca8c74
children 06b84f477e02
files mk-livestatus/receipt
line diff
     1.1 --- a/mk-livestatus/receipt	Thu Feb 24 23:20:12 2011 +0100
     1.2 +++ b/mk-livestatus/receipt	Fri Feb 25 00:21:20 2011 +0100
     1.3 @@ -15,12 +15,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure \
     1.8 -		--prefix=/usr \
     1.9 -		--infodir=/usr/share/info \
    1.10 -		--mandir=/usr/share/man \
    1.11 -		$CONFIGURE_ARGS &&
    1.12 -	make && make DESTDIR=$PWD/_pkg install
    1.13 +	./configure && \
    1.14 +	make && make -j1 install
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.