wok diff lensfun/receipt @ rev 18663
Up tazpkg(880); change pre- post-functions, etc. in random packages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 04 02:45:17 2015 +0200 (2015-12-04) |
parents | 2a5cc8208d36 |
children | eeba7ab1dffe |
line diff
1.1 --- a/lensfun/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/lensfun/receipt Fri Dec 04 02:45:17 2015 +0200 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 -