wok-stable diff libgphoto2/receipt @ rev 12459

lives: fix symlink (thanks I-Jurij)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 28 08:19:20 2017 +0200 (2017-04-28)
parents 85e47692efef
children
line diff
     1.1 --- a/libgphoto2/receipt	Fri May 27 11:37:12 2011 +0200
     1.2 +++ b/libgphoto2/receipt	Fri Apr 28 08:19:20 2017 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  {
     1.5     	cd $src
     1.6  	./configure --prefix=/usr udevscriptdir=/lib/udev \
     1.7 -			--with-exif --disable-static &&
     1.8 +			--with-exif --disable-static $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make install
    1.11