wok diff ntfs-3g/receipt @ rev 18180

busybox: add /bin/ip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 16:27:51 2015 +0200 (2015-07-05)
parents b0977e588407
children 9e01bc6321ea
line diff
     1.1 --- a/ntfs-3g/receipt	Sun Jan 25 11:05:22 2015 -0500
     1.2 +++ b/ntfs-3g/receipt	Sun Jul 05 16:27:51 2015 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="ntfs-3g"
     1.5  VERSION="2014.2.15"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="The free ntfs driver."
     1.8 +SHORT_DESC="Read/write NTFS driver for FUSE"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  SOURCE="ntfs-3g_ntfsprogs"
    1.12 @@ -19,7 +19,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure --prefix=/usr \
    1.18  	--disable-static \
    1.19  	--with-fuse=internal \
    1.20 @@ -41,7 +40,6 @@
    1.21  	#this link allow udisks2 to use ntfs-3g
    1.22  	cd $fs/sbin
    1.23  	ln -s mount.ntfs-3g mount.ntfs
    1.24 -	
    1.25  }
    1.26  
    1.27  # Pre remove and post install commands for Tazpkg.