summaryrefslogtreecommitdiffstats
path: root/package/utils/fuse/patches
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-01-11 22:15:03 +0000
committerNicolas Thill <nico@openwrt.org>2015-01-11 22:15:03 +0000
commita46965888a151374d8f3126960aaff7c45e2632b (patch)
treea04244e0fb95cfce0f48937081b079399e42c038 /package/utils/fuse/patches
parentedacde5042c9100a4b00734f17e9447769456e33 (diff)
downloadmaster-31e0f0ae-a46965888a151374d8f3126960aaff7c45e2632b.tar.gz
master-31e0f0ae-a46965888a151374d8f3126960aaff7c45e2632b.tar.bz2
master-31e0f0ae-a46965888a151374d8f3126960aaff7c45e2632b.zip
fuse: update to 2.9.3
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43941
Diffstat (limited to 'package/utils/fuse/patches')
-rw-r--r--package/utils/fuse/patches/112-no_break_on_mknod.patch4
1 files changed, 2 insertions, 2 deletions
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; \