wok diff libgphoto2/receipt @ rev 6159

Up: aria2 to 1.10.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 09 23:29:47 2010 +0000 (2010-09-09)
parents 822b0f90095c
children 14c207569d2e
line diff
     1.1 --- a/libgphoto2/receipt	Sat Mar 06 19:04:53 2010 +0000
     1.2 +++ b/libgphoto2/receipt	Thu Sep 09 23:29:47 2010 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4     	cd $src
     1.5  	./configure --prefix=/usr udevscriptdir=/lib/udev \
     1.6  			--with-exif --disable-static &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  	
    1.11  }