diff --git a/package/fuse/Makefile b/package/fuse/Makefile index 015f69c8db..33a40ecfc2 100644 --- a/package/fuse/Makefile +++ b/package/fuse/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=fuse -PKG_VERSION:=2.8.4 +PKG_VERSION:=2.8.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=a26ec54e410bb826a387947b10c0fd2c +PKG_MD5SUM:=8aa2fd689de00b73963620483084ae3b PKG_INSTALL:=1 diff --git a/package/fuse/patches/112-no_break_on_mknod.patch b/package/fuse/patches/112-no_break_on_mknod.patch index 6f4cef9aa8..853603003f 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 \