wok diff ntfs-3g/receipt @ rev 19747

xfce-utils: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 18:41:09 2017 +0100 (2017-02-18)
parents 89d753238f44
children d2957c730ab4
line diff
     1.1 --- a/ntfs-3g/receipt	Wed Feb 15 15:15:00 2017 +0100
     1.2 +++ b/ntfs-3g/receipt	Sat Feb 18 18:41:09 2017 +0100
     1.3 @@ -30,10 +30,11 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/etc
     1.8 +	mkdir -p $fs/etc $fs/usr/lib
     1.9  	cp -a $install/. $fs/.
    1.10  	rm -rf $fs/usr/bin/ntfs[a-z]* $fs/sbin/mkfs.ntfs $fs/usr/s*
    1.11  	rm -rf $fs/usr/share $fs/usr/lib $fs/usr/include
    1.12 +	ln -s ../../lib/libntfs-3g.so $fs/usr/lib/libntfs-3g.so
    1.13  	touch $fs/etc/filesystems
    1.14  	#this link allow udisks2 to use ntfs-3g
    1.15  	cd $fs/sbin