wok diff wxWidgets/receipt @ rev 5953

Up: exiftool 8.27
author Antoine Bodin <gokhlayeh@mailoo.org>
date Tue Aug 03 22:23:30 2010 +0200 (2010-08-03)
parents 4897058add72
children 4252a368d218
line diff
     1.1 --- a/wxWidgets/receipt	Sun Feb 28 17:49:32 2010 +0100
     1.2 +++ b/wxWidgets/receipt	Tue Aug 03 22:23:30 2010 +0200
     1.3 @@ -28,10 +28,10 @@
     1.4  		--infodir=/usr/share/info \
     1.5  		--mandir=/usr/share/man \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$src/_pkg install &&
    1.10  	cd $src/contrib &&
    1.11 -	make &&
    1.12 +	make -j 4 &&
    1.13  	make DESTDIR=$src/contrib/_pkg install
    1.14  }
    1.15