wok-next diff libnfc/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 9e5dca6702bf
children 228b9c951d97
line diff
     1.1 --- a/libnfc/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/libnfc/receipt	Fri Apr 27 15:12:17 2018 +0300
     1.3 @@ -18,6 +18,7 @@
     1.4  	./configure \
     1.5  		--with-drivers=all \
     1.6  		$CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }