wok diff libgphoto2/receipt @ rev 5957
Up: zim 0.48
author | Antoine Bodin <gokhlayeh@mailoo.org> |
---|---|
date | Tue Aug 03 22:28:41 2010 +0200 (2010-08-03) |
parents | 822b0f90095c |
children | 14c207569d2e |
line diff
1.1 --- a/libgphoto2/receipt Sat Mar 06 19:04:53 2010 +0000 1.2 +++ b/libgphoto2/receipt Tue Aug 03 22:28:41 2010 +0200 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 }