X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Futils%2Ffuse%2Fpatches%2F112-no_break_on_mknod.patch;h=33f7c6c2a115936ceba8cb5332b383e2b5092b76;hb=c5456d0cca139b6ba781d6637f517a8c7ff12ff0;hp=5f913df6d68759078e96ae63278b6497d8283b10;hpb=f1b4824c865b228039d84b2605b2e7e4f34cddeb;p=openwrt-github%2F.git diff --git a/package/utils/fuse/patches/112-no_break_on_mknod.patch b/package/utils/fuse/patches/112-no_break_on_mknod.patch index 5f913df6d6..33f7c6c2a1 100644 --- a/package/utils/fuse/patches/112-no_break_on_mknod.patch +++ b/package/utils/fuse/patches/112-no_break_on_mknod.patch @@ -1,11 +1,11 @@ --- a/util/Makefile.in +++ b/util/Makefile.in -@@ -641,7 +641,7 @@ mount_util.c: $(top_srcdir)/lib/mount_ut +@@ -676,7 +676,7 @@ mount_util.c: $(top_srcdir)/lib/mount_ut install-exec-hook: -chmod u+s $(DESTDIR)$(bindir)/fusermount - @if test ! -e $(DESTDIR)/dev/fuse; then \ + -@if test ! -e $(DESTDIR)/dev/fuse; then \ - $(mkdir_p) $(DESTDIR)/dev; \ + $(MKDIR_P) $(DESTDIR)/dev; \ echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \ mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \