wok rev 17632

lensfun: buggy make version check workaround
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 14 13:45:08 2015 +0100 (2015-02-14)
parents a755a8e0a6e5
children c8db74c32378
files lensfun/receipt
line diff
     1.1 --- a/lensfun/receipt	Sat Feb 14 09:48:57 2015 +0000
     1.2 +++ b/lensfun/receipt	Sat Feb 14 13:45:08 2015 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's/.*GNU Make*/# &/' configure
     1.9  	./configure --prefix=/usr --libdir=/usr/lib && 
    1.10  	make all && 
    1.11  	make INSTALL_PREFIX="$DESTDIR" install
    1.12 @@ -29,4 +29,3 @@
    1.13  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.14  	cp -a $install/usr/share/lensfun $fs/usr/share
    1.15  }
    1.16 -