diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2013-11-04 17:08:47 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 22:57:36 +0200 |
commit | 76fc4757ac91ac7947a01fb7b53dddf9a78a01d1 (patch) | |
tree | 9b98e6e193c7870cb27ac861394c1c4592850922 /source/a/ntfs-3g | |
parent | 9664bee729d487bcc0a0bc35859f8e13d5421c75 (diff) | |
download | current-76fc4757ac91ac7947a01fb7b53dddf9a78a01d1.tar.gz |
Slackware 14.1slackware-14.1
Mon Nov 4 17:08:47 UTC 2013
Slackware 14.1 x86_64 stable is released!
It's been another interesting release cycle here at Slackware bringing
new features like support for UEFI machines, updated compilers and
development tools, the switch from MySQL to MariaDB, and many more
improvements throughout the system. Thanks to the team, the upstream
developers, the dedicated Slackware community, and everyone else who
pitched in to help make this release a reality.
The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a
dual-sided
32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware
project by picking up a copy from store.slackware.com. We're taking
pre-orders now, and offer a discount if you sign up for a subscription.
Have fun! :-)
Diffstat (limited to 'source/a/ntfs-3g')
-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. |