diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-23 11:27:13 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-23 11:27:13 +0200 |
commit | 7e27a05bc8cc849a1257ca7272624aeb285273d0 (patch) | |
tree | 81aed3cb55347c79821e7271035c8979507cacde /base/ntfs-3g/Pkgfile | |
parent | f31159102ab18e2f6adddc9a3485f3c548af89d6 (diff) | |
download | nutyx-extra-7e27a05bc8cc849a1257ca7272624aeb285273d0.tar.gz nutyx-extra-7e27a05bc8cc849a1257ca7272624aeb285273d0.tar.bz2 nutyx-extra-7e27a05bc8cc849a1257ca7272624aeb285273d0.tar.xz nutyx-extra-7e27a05bc8cc849a1257ca7272624aeb285273d0.zip |
ntfs-3g, ajout policy de montage
Diffstat (limited to 'base/ntfs-3g/Pkgfile')
-rw-r--r-- | base/ntfs-3g/Pkgfile | 10 |
1 files changed, 7 insertions, 3 deletions
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/ } |