Skip to content
Snippets Groups Projects
Commit 911c2540 authored by Alexandros C. Couloumbis's avatar Alexandros C. Couloumbis
Browse files

package/fuse: update to version 2.8.5, refresh patches

SVN-Revision: 24365
parent 58255d44
No related branches found
No related tags found
No related merge requests found
...@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk ...@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=fuse PKG_NAME:=fuse
PKG_VERSION:=2.8.4 PKG_VERSION:=2.8.5
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=a26ec54e410bb826a387947b10c0fd2c PKG_MD5SUM:=8aa2fd689de00b73963620483084ae3b
PKG_INSTALL:=1 PKG_INSTALL:=1
......
--- a/util/Makefile.in --- a/util/Makefile.in
+++ b/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: install-exec-hook:
-chown root $(DESTDIR)$(bindir)/fusermount
-chmod u+s $(DESTDIR)$(bindir)/fusermount -chmod u+s $(DESTDIR)$(bindir)/fusermount
- @if test ! -e $(DESTDIR)/dev/fuse; then \ - @if test ! -e $(DESTDIR)/dev/fuse; then \
+ -@if test ! -e $(DESTDIR)/dev/fuse; then \ + -@if test ! -e $(DESTDIR)/dev/fuse; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment