refresh all package patches in the buildroot using quilt
[openwrt.git] / package / fuse / patches / 102-no_depmod.patch
1 Index: fuse-2.6.3/kernel/Makefile.in
2 ===================================================================
3 --- fuse-2.6.3.orig/kernel/Makefile.in  2007-06-04 13:22:29.695340904 +0200
4 +++ fuse-2.6.3/kernel/Makefile.in       2007-06-04 13:22:29.975298344 +0200
5 @@ -25,11 +25,9 @@
6  install-y: all
7         $(mkdir_p) $(DESTDIR)$(fusemoduledir)
8         $(INSTALL) -m 644 $(fusemodule) $(DESTDIR)$(fusemoduledir)/$(fusemodule)
9 -       -/sbin/depmod -a
10  
11  uninstall-y:
12         rm -f $(DESTDIR)$(fusemoduledir)/$(fusemodule)
13 -       -/sbin/depmod -a
14  
15  clean:
16         -rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s */*.o