add NTFS-3G
[openwrt.git] / package / ntfs-3g / patches / 100-no_ldconfig.patch
1 diff -Nur ntfs-3g-0.20070207-RC1/src/Makefile.in ntfs-3g-0.20070207-RC1-owrt/src/Makefile.in
2 --- ntfs-3g-0.20070207-RC1/src/Makefile.in 2007-02-06 22:43:10.000000000 +0100
3 +++ ntfs-3g-0.20070207-RC1-owrt/src/Makefile.in 2007-02-08 12:54:27.000000000 +0100
4 @@ -582,7 +582,7 @@
5 install-exec-hook:
6 $(INSTALL) -d $(DESTDIR)/sbin
7 $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
8 - $(LDCONFIG)
9 +# $(LDCONFIG)
10
11 install-data-hook:
12 $(INSTALL) -d $(DESTDIR)$(man8dir)
This page took 0.0518110000000001 seconds and 5 git commands to generate.