wok diff x11vnc/receipt @ rev 8798

Fix droid-font tarball download
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 23 00:15:11 2011 +0100 (2011-02-23)
parents db6a25c9636c
children f3c1a01dae12
line diff
     1.1 --- a/x11vnc/receipt	Wed Nov 24 00:45:41 2010 +0000
     1.2 +++ b/x11vnc/receipt	Wed Feb 23 00:15:11 2011 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  	./configure --prefix=/usr \
     1.5  		$CONFIGURE_ARGS &&
     1.6  	make &&
     1.7 -	make DESTDIR=$src/_pkg install &&
     1.8 +	make -j1 DESTDIR=$src/_pkg install &&
     1.9  	echo rm -rf $src/_pkg/usr/share/applications
    1.10  }
    1.11