Upgrade fuse to 2.6.5 (#1955)
[openwrt/openwrt.git] / package / ntfs-3g / patches / 100-no_ldconfig.patch
1 Index: ntfs-3g-1.0/src/Makefile.in
2 ===================================================================
3 --- ntfs-3g-1.0.orig/src/Makefile.in 2007-06-04 13:23:57.444001080 +0200
4 +++ ntfs-3g-1.0/src/Makefile.in 2007-06-04 13:23:57.567982232 +0200
5 @@ -582,7 +582,7 @@
6 install-exec-hook:
7 $(INSTALL) -d $(DESTDIR)/sbin
8 $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
9 - $(LDCONFIG)
10 +# $(LDCONFIG)
11
12 install-data-hook:
13 $(INSTALL) -d $(DESTDIR)$(man8dir)