find attached the announced patch for fuse.
[openwrt-10.03/.git] / package / fuse / patches-kernel24 / 112-no_break_on_mknod.patch
1 --- a/util/Makefile.in
2 +++ b/util/Makefile.in
3 @@ -453,7 +453,7 @@ uninstall-am: uninstall-binPROGRAMS unin
4  install-exec-hook:
5         -chown root $(DESTDIR)$(bindir)/fusermount
6         -chmod u+s $(DESTDIR)$(bindir)/fusermount
7 -       @if test ! -e $(DESTDIR)/dev/fuse; then \
8 +       -@if test ! -e $(DESTDIR)/dev/fuse; then \
9                 $(mkdir_p) $(DESTDIR)/dev; \
10                 echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229"; \
11                 mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229; \