diff options
Diffstat (limited to 'package/fuse/patches/112-no_break_on_mknod.patch')
-rw-r--r-- | package/fuse/patches/112-no_break_on_mknod.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/fuse/patches/112-no_break_on_mknod.patch b/package/fuse/patches/112-no_break_on_mknod.patch index 38c75c29d4..93e3242254 100644 --- a/package/fuse/patches/112-no_break_on_mknod.patch +++ b/package/fuse/patches/112-no_break_on_mknod.patch @@ -1,7 +1,7 @@ -Index: fuse-2.6.3/util/Makefile.in +Index: fuse-2.6.5/util/Makefile.in =================================================================== ---- fuse-2.6.3.orig/util/Makefile.in 2007-06-04 13:22:29.674344096 +0200 -+++ fuse-2.6.3/util/Makefile.in 2007-06-04 13:22:30.163269768 +0200 +--- fuse-2.6.5.orig/util/Makefile.in 2007-06-23 13:03:50.000000000 +0200 ++++ fuse-2.6.5/util/Makefile.in 2007-06-23 13:03:50.000000000 +0200 @@ -489,7 +489,7 @@ install-exec-hook: -chown root $(DESTDIR)$(bindir)/fusermount |