refresh all package patches in the buildroot using quilt
[openwrt/staging/florian.git] / package / fuse / patches / 112-no_break_on_mknod.patch
1 Index: fuse-2.6.3/util/Makefile.in
2 ===================================================================
3 --- fuse-2.6.3.orig/util/Makefile.in 2007-06-04 13:22:29.674344096 +0200
4 +++ fuse-2.6.3/util/Makefile.in 2007-06-04 13:22:30.163269768 +0200
5 @@ -489,7 +489,7 @@
6 install-exec-hook:
7 -chown root $(DESTDIR)$(bindir)/fusermount
8 -chmod u+s $(DESTDIR)$(bindir)/fusermount
9 - @if test ! -e $(DESTDIR)/dev/fuse; then \
10 + -@if test ! -e $(DESTDIR)/dev/fuse; then \
11 $(mkdir_p) $(DESTDIR)/dev; \
12 echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \
13 mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \