summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-06-30 18:32:58 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:45 +0100
commit6f012d0bb2c5cc6f535147b406d8458f6390055f (patch)
treed1c65802ec461470f27d8a9f78cf8ec2817420d2 /examples
parent7a433849f5f37bc1e3d57c22e71e26fe46f275aa (diff)
downloadlive-build-6f012d0bb2c5cc6f535147b406d8458f6390055f.zip
live-build-6f012d0bb2c5cc6f535147b406d8458f6390055f.tar.gz
Correcting spelling typo in hal-automount.sh, thanks to Martin Engelmann <martin.engelmann@gmx.de>.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/hooks/hal-automount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hooks/hal-automount.sh b/examples/hooks/hal-automount.sh
index 76931e6..0fec6f9 100755
--- a/examples/hooks/hal-automount.sh
+++ b/examples/hooks/hal-automount.sh
@@ -11,6 +11,6 @@ rm -f /usr/share/hal/fdi/policy/10osvendor/debian-storage-policy-fixed-drives.fd
# Use ntfs-3g by default to mount ntfs partitions
if [ -x /usr/bin/ntfs-3g ]
then
- rm -f /sbin/mount.nfs
+ rm -f /sbin/mount.ntfs
ln -s /usr/bin/ntfs-3g /sbin/mount.ntfs
fi