853603003f0692cdbac9faf3be347da207d1be41
[openwrt/staging/wigyori.git] / package / fuse / patches / 112-no_break_on_mknod.patch
1 --- a/util/Makefile.in
2 +++ b/util/Makefile.in
3 @@ -584,7 +584,7 @@ uninstall-am: uninstall-binPROGRAMS unin
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; \