Skip to content

Commit

Permalink
fuse3
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Apr 14, 2024
1 parent c932b9a commit 2337475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chroot_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \;
Expand Down

0 comments on commit 2337475

Please sign in to comment.