X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/89410e0364c63ae492356390a659d0f4ee477f09..27e94101def26f60ce5f65835c082f791f6ed641:/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 6f4cef9aa..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 @@
 --- a/util/Makefile.in
 +++ b/util/Makefile.in
-@@ -585,7 +585,7 @@ uninstall-am: uninstall-binPROGRAMS unin
+@@ -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 \