wok diff evilvte/receipt @ rev 9799

acpid: fix path to source
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 14 13:51:47 2011 +0200 (2011-05-14)
parents fccb9d9484b9
children c9b183976335
line diff
     1.1 --- a/evilvte/receipt	Fri Dec 17 19:00:49 2010 +0000
     1.2 +++ b/evilvte/receipt	Sat May 14 13:51:47 2011 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --prefix=/usr &&
     1.7 -	make &&
     1.8 +	make -j1 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11