finally move buildroot-ng to trunk
[openwrt/staging/stintel.git] / package / fuse / patches / 112-no_break_on_mknod.patch
1 diff -ruN fuse-2.4.1-old/util/Makefile.in fuse-2.4.1-new/util/Makefile.in
2 --- fuse-2.4.1-old/util/Makefile.in 2005-10-17 12:29:20.000000000 +0200
3 +++ fuse-2.4.1-new/util/Makefile.in 2005-10-19 17:11:13.000000000 +0200
4 @@ -445,7 +445,7 @@
5 install-exec-hook:
6 -chown root $(DESTDIR)$(bindir)/fusermount
7 -chmod u+s $(DESTDIR)$(bindir)/fusermount
8 - @if test ! -e $(DESTDIR)/dev/fuse; then \
9 + -@if test ! -e $(DESTDIR)/dev/fuse; then \
10 $(mkdir_p) $(DESTDIR)/dev; \
11 echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229"; \
12 mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229; \