wok-next diff ntfs-3g/receipt @ rev 20978

Small improvements
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:34:11 2018 +0300 (2018-09-27)
parents 0e7893ac206d
children f48456621a9d
line diff
     1.1 --- a/ntfs-3g/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/ntfs-3g/receipt	Thu Sep 27 01:34:11 2018 +0300
     1.3 @@ -21,11 +21,13 @@
     1.4  	./configure \
     1.5  		--enable-extras \
     1.6  		$CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	mkdir -p $install/lib &&
    1.10 -	make install &&
    1.11 +	make install || return 1
    1.12  
    1.13 -	mkdir -p $install/etc && touch $install/etc/filesystems &&
    1.14 +	mkdir -p $install/etc
    1.15 +	touch $install/etc/filesystems
    1.16  	#this link allow udisks2 to use ntfs-3g
    1.17  	ln -s mount.ntfs-3g $install/sbin/mount.ntfs
    1.18  }