wok rev 19748

ntfs-3g: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 18:47:38 2017 +0100 (2017-02-18)
parents f6beea7fe09b
children e36e70b3465c
files ntfs-3g/receipt
line diff
     1.1 --- a/ntfs-3g/receipt	Sat Feb 18 18:41:09 2017 +0100
     1.2 +++ b/ntfs-3g/receipt	Sat Feb 18 18:47:38 2017 +0100
     1.3 @@ -30,11 +30,10 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/etc $fs/usr/lib
     1.8 +	mkdir -p $fs/etc
     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 +	rm -rf $fs/usr/share $fs/usr/lib/pkgconfig $fs/usr/lib/*.a $fs/usr/include
    1.14  	touch $fs/etc/filesystems
    1.15  	#this link allow udisks2 to use ntfs-3g
    1.16  	cd $fs/sbin