X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b80f2368ad3fe9332a32803d364a78f3d4f0a0a7..df53689cd160eb927833c05cb21b6181cc508e14:/package/fuse/patches/112-no_break_on_mknod.patch diff --git a/package/fuse/patches/112-no_break_on_mknod.patch b/package/fuse/patches/112-no_break_on_mknod.patch index 911d25c12..853603003 100644 --- a/package/fuse/patches/112-no_break_on_mknod.patch +++ b/package/fuse/patches/112-no_break_on_mknod.patch @@ -1,8 +1,8 @@ ---- fuse-2.7.3.orig/util/Makefile.in 2008-02-19 15:00:55.000000000 -0500 -+++ fuse-2.7.3/util/Makefile.in 2008-03-17 14:14:10.000000000 -0400 -@@ -528,7 +528,7 @@ +--- a/util/Makefile.in ++++ b/util/Makefile.in +@@ -584,7 +584,7 @@ uninstall-am: uninstall-binPROGRAMS unin + install-exec-hook: - -chown root $(DESTDIR)$(bindir)/fusermount -chmod u+s $(DESTDIR)$(bindir)/fusermount - @if test ! -e $(DESTDIR)/dev/fuse; then \ + -@if test ! -e $(DESTDIR)/dev/fuse; then \