diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-05-14 16:32:13 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-05-16 17:26:30 -0700 |
commit | 45c37a235a250e3eef91fa69fc254142ac62cdcc (patch) | |
tree | 06cb26697761832da435a6195d2484a8ae03eaff /utils/fuse/patches | |
parent | 348358bd50854ba2784c6b8ad46ef5369eddd1b5 (diff) |
fuse: update to 2.9.9
Refreshed patches.
Fixed license information.
Minor adjustments.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/fuse/patches')
-rw-r--r-- | utils/fuse/patches/112-no_break_on_mknod.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fuse/patches/112-no_break_on_mknod.patch b/utils/fuse/patches/112-no_break_on_mknod.patch index f679c4116..863af6ae4 100644 --- a/utils/fuse/patches/112-no_break_on_mknod.patch +++ b/utils/fuse/patches/112-no_break_on_mknod.patch @@ -1,6 +1,6 @@ --- a/util/Makefile.in +++ b/util/Makefile.in -@@ -723,7 +723,7 @@ mount_util.c: $(top_srcdir)/lib/mount_ut +@@ -736,7 +736,7 @@ mount_util.c: $(top_srcdir)/lib/mount_ut install-exec-hook: -chmod u+s $(DESTDIR)$(bindir)/fusermount |