]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/fuse
Merge branch 'next'
[ipfire-2.x.git] / lfs / fuse
index 167612f6818e7dc359d1542354108f8f4456a0f0..5235348a5721f515c48f0e391d1e21ce0d2f69cf 100644 (file)
--- a/lfs/fuse
+++ b/lfs/fuse
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.10.1
+VER        = 3.10.3
 
 THISAPP    = fuse-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = e973012119e98b048307558271b5b296
+$(DL_FILE)_MD5 = 75546f9070323b8ce69c2ed8ffff20c4
 
 install : $(TARGET)
 
@@ -73,7 +73,9 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && meson --prefix=/usr builddir && cd builddir && ninja && ninja install
+       cd $(DIR_APP) && meson --prefix=/usr builddir/
+       cd $(DIR_APP) && ninja -C builddir/
+       cd $(DIR_APP) && ninja -C builddir/ install
 
        # Move mount.fuse3 to same location as mount.fuse was in previous version
        mv -v /usr/sbin/mount.fuse3 /sbin