From c932b9abd1c7c82fc000934f6740d51218dfaf42 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 14 Apr 2024 17:02:16 +0200 Subject: [PATCH] fuse3 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index c45d209..620344d 100755 --- a/build.sh +++ b/build.sh @@ -46,7 +46,7 @@ make runtime-fuse3 -j$(nproc) file runtime-fuse3 strip runtime-fuse3 ls -lh runtime-fuse3 -echo -ne 'AI\x02' | dd of=runtime-fuse2 bs=1 count=3 seek=8 conv=notrunc # magic bytes, always do AFTER strip +echo -ne 'AI\x02' | dd of=runtime-fuse3 bs=1 count=3 seek=8 conv=notrunc # magic bytes, always do AFTER strip cd - # Build static patchelf @@ -141,7 +141,7 @@ strip bsdtar cd - mkdir -p out -cp src/runtime/runtime-fuse2 out/runtime-fuse2-$ARCHITECTURE +cp src/runtime/runtime-fuse3 out/runtime-fuse3-$ARCHITECTURE cp patchelf-*/patchelf out/patchelf-$ARCHITECTURE cp zsync-*/zsyncmake out/zsyncmake-$ARCHITECTURE cp squashfs-tools-*/squashfs-tools/mksquashfs out/mksquashfs-$ARCHITECTURE