diff options
Diffstat (limited to 'source/a/ntfs-3g/ntfs-3g.SlackBuild')
-rwxr-xr-x | source/a/ntfs-3g/ntfs-3g.SlackBuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/source/a/ntfs-3g/ntfs-3g.SlackBuild b/source/a/ntfs-3g/ntfs-3g.SlackBuild index 086cb3e8..ca5c46e5 100755 --- a/source/a/ntfs-3g/ntfs-3g.SlackBuild +++ b/source/a/ntfs-3g/ntfs-3g.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for ntfs-3g # Copyright 2008 Antonio Hernandez Blas <hba.nihilismus@gmail.com> -# Copyright 2012 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2012, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -27,8 +27,8 @@ # Modified by Eric Hameleers <alien@slackware.com> PKGNAM=ntfs-3g -VERSION=2012.1.15 -BUILD=${BUILD:-2} +VERSION=2013.1.13 +BUILD=${BUILD:-1} SRCNAM=ntfs-3g_ntfsprogs NUMJOBS=${NUMJOBS:-" -j7 "} @@ -97,11 +97,11 @@ make install DESTDIR=$PKG || exit 1 # any better ideas, I'd like to hear them. chmod 4711 $PKG/bin/ntfs-3g -# Add the HAL fdi file so that automount uses ntfs-3g for mounting -# This should work with the "volume.fstype.alternative.*" in hal-0.5.12+ -mkdir -p $PKG/usr/share/hal/fdi/policy/10osvendor -cat $CWD/10-ntfs-3g-policy.fdi \ - > $PKG/usr/share/hal/fdi/policy/10osvendor/10-ntfs-3g-policy.fdi +## Add the HAL fdi file so that automount uses ntfs-3g for mounting +## This should work with the "volume.fstype.alternative.*" in hal-0.5.12+ +#mkdir -p $PKG/usr/share/hal/fdi/policy/10osvendor +#cat $CWD/10-ntfs-3g-policy.fdi \ +# > $PKG/usr/share/hal/fdi/policy/10osvendor/10-ntfs-3g-policy.fdi # Create a mount.ntfs -> mount.ntfs-3g symlink. # This causes ntfs-3g to always be used when mounting NTFS filesystems. |