911d25c12f7494b640881d2133cf8c89ae256654
[openwrt.git] / package / fuse / patches / 112-no_break_on_mknod.patch
1 --- fuse-2.7.3.orig/util/Makefile.in 2008-02-19 15:00:55.000000000 -0500
2 +++ fuse-2.7.3/util/Makefile.in 2008-03-17 14:14:10.000000000 -0400
3 @@ -528,7 +528,7 @@
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 || true"; \
11 mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \
This page took 0.038905 seconds and 3 git commands to generate.