1 diff -Nurp fuse-2.8.1.orig/util/Makefile.in fuse-2.8.1/util/Makefile.in
2 --- fuse-2.8.1.orig/util/Makefile.in 2009-09-11 12:50:00.000000000 +0200
3 +++ fuse-2.8.1/util/Makefile.in 2009-12-17 01:05:15.720554385 +0100
4 @@ -543,7 +543,7 @@ uninstall-am: uninstall-binPROGRAMS unin
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 || true"; \
12 mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \