lantiq: Tune the XWAY subtarget cflags
[openwrt/staging/wigyori.git] / package / fuse / patches / 112-no_break_on_mknod.patch
1 --- a/util/Makefile.in
2 +++ b/util/Makefile.in
3 @@ -641,7 +641,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; \