From 7e27a05bc8cc849a1257ca7272624aeb285273d0 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 23 May 2010 11:27:13 +0200 Subject: ntfs-3g, ajout policy de montage --- base/ntfs-3g/Pkgfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'base/ntfs-3g/Pkgfile') diff --git a/base/ntfs-3g/Pkgfile b/base/ntfs-3g/Pkgfile index 6aa783617..ce2ec3ff1 100644 --- a/base/ntfs-3g/Pkgfile +++ b/base/ntfs-3g/Pkgfile @@ -5,9 +5,9 @@ name=ntfs-3g version=2010.5.16 -release=1 -source=(http://tuxera.com/opensource/$name-$version.tgz) - +release=2 +source=(http://tuxera.com/opensource/$name-$version.tgz\ + 25-ntfs-config-write-policy.fdi) build() { cd $name-$version ./configure --prefix=/usr \ @@ -15,6 +15,10 @@ build() { --disable-ldconfig make make DESTDIR=$PKG install + ln -s ntfs-3g $PKG/sbin/mount.ntfs chmod a-x $PKG/lib/*.so rm -rf $PKG/usr/share/doc + install -m755 -d $PKG/usr/share/hal/fdi/policy/10osvendor + install -m644 $SRC/25-ntfs-config-write-policy.fdi \ +$PKG/usr/share/hal/fdi/policy/10osvendor/ } -- cgit v1.2.3-70-g09d2