From 23374759346ff4a1c93bacc0b125b244d6737e96 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 14 Apr 2024 17:02:40 +0200 Subject: [PATCH] fuse3 --- chroot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot_build.sh b/chroot_build.sh index cf73369..eacae1f 100755 --- a/chroot_build.sh +++ b/chroot_build.sh @@ -58,7 +58,7 @@ sudo umount miniroot/proc miniroot/sys miniroot/dev if [ "$ARCHITECTURE" = "x86" ] ; then ARCHITECTURE=i686 ; fi mkdir out/ -sudo find miniroot/ -type f -executable -name 'runtime-fuse2' -exec cp {} out/runtime-fuse2-$ARCHITECTURE \; +sudo find miniroot/ -type f -executable -name 'runtime-fuse3' -exec cp {} out/runtime-fuse3-$ARCHITECTURE \; sudo find miniroot/ -type f -executable -name 'patchelf' -exec cp {} out/patchelf-$ARCHITECTURE \; sudo find miniroot/ -type f -executable -name 'zsyncmake' -exec cp {} out/zsyncmake-$ARCHITECTURE \; sudo find miniroot/ -type f -executable -name 'mksquashfs' -exec cp {} out/mksquashfs-$ARCHITECTURE \;