wok-next diff libsecret/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents c4e53a39395a
children 342b30daff76
line diff
     1.1 --- a/libsecret/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/libsecret/receipt	Fri Apr 27 15:12:17 2018 +0300
     1.3 @@ -15,18 +15,16 @@
     1.4  gobject-introspection-dev vala util-linux-mount-dev"
     1.5  SPLIT="libsecret-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure \
    1.12  		--disable-static \
    1.13  		$CONFIGURE_ARGS &&
    1.14 -	make && make install
    1.15 +	fix libtool &&
    1.16 +	make &&
    1.17 +	make install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	case $PACKAGE in
    1.25  		libsecret)
    1.26  			copy @std