wok-6.x diff libcdio-utils/receipt @ rev 5085

add ntfs-write policy to ntfs-3g for pcmanfm mount
author Rohit Joshi <jozee@slitaz.org>
date Sun Mar 14 21:46:07 2010 +0000 (2010-03-14)
parents 583bdd691510
children 411bb3c1703c
line diff
     1.1 --- a/libcdio-utils/receipt	Fri May 01 13:43:09 2009 +0200
     1.2 +++ b/libcdio-utils/receipt	Sun Mar 14 21:46:07 2010 +0000
     1.3 @@ -12,5 +12,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -a $_pkg/usr/bin/ $fs/usr
     1.8 +	mkdir $fs/usr
     1.9 +	cp -a $_pkg/usr/bin $fs/usr
    1.10  }