package/utils/fuse: update to 2.9.7
[openwrt/staging/yousong.git] / package / utils / fuse / patches / 112-no_break_on_mknod.patch
1 --- a/util/Makefile.in
2 +++ b/util/Makefile.in
3 @@ -723,7 +723,7 @@ mount_util.c: $(top_srcdir)/lib/mount_ut
4
5 install-exec-hook:
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 || true"; \
11 mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \