1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 18:35:26 +03:00

package/fuse: update to version 2.8.5, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24365 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-12-08 20:15:10 +00:00
parent 70bf949e54
commit cd66b33dd9
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 \