aboutsummaryrefslogtreecommitdiffstats
path: root/package/fuse/patches
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-12-08 20:15:10 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-12-08 20:15:10 +0000
commitcf0365bebb25261b1329171b265bf94f7c91e177 (patch)
treec37874e81d3870766d6ebae33677854373dd2150 /package/fuse/patches
parenta329e45c13f302f7f3d1857f3102344424c811dc (diff)
downloadupstream-cf0365bebb25261b1329171b265bf94f7c91e177.tar.gz
upstream-cf0365bebb25261b1329171b265bf94f7c91e177.tar.bz2
upstream-cf0365bebb25261b1329171b265bf94f7c91e177.zip
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
Diffstat (limited to 'package/fuse/patches')
-rw-r--r--package/fuse/patches/112-no_break_on_mknod.patch4
1 files changed, 2 insertions, 2 deletions
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 \