wok-next diff claws-mail/receipt @ rev 20747

system-tools-backends: provide dev package; liboobs: use that package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 30 16:54:11 2018 +0300 (2018-05-30)
parents b19ddba309f9
children c022997c7a57
line diff
     1.1 --- a/claws-mail/receipt	Fri Mar 23 10:45:35 2018 +0200
     1.2 +++ b/claws-mail/receipt	Wed May 30 16:54:11 2018 +0300
     1.3 @@ -28,7 +28,10 @@
     1.4  compile_rules() {
     1.5  	sed -i '/^Actions=/d' claws-mail.desktop # sdft can't work with actions
     1.6  
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {