package/fuse: update to version 2.8.5, refresh patches

SVN-Revision: 24365
This commit is contained in:
Alexandros C. Couloumbis 2010-12-08 20:15:10 +00:00
parent 58255d44e2
commit 911c2540b0
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 \