[package] linux-atm: Update to stable version 2.5.1 from upstream project
[openwrt.git] / package / fuse / patches / 112-no_break_on_mknod.patch
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
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 || true"; \
12 mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \
This page took 0.042076 seconds and 5 git commands to generate.