We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201654d commit 713d7f4Copy full SHA for 713d7f4
chroot_build.sh
@@ -60,5 +60,5 @@ sudo umount miniroot/proc miniroot/sys miniroot/dev
60
if [ "$ARCHITECTURE" = "x86" ] ; then ARCHITECTURE=i686 ; fi
61
62
mkdir out/
63
-sudo find miniroot/ -type f -executable -name 'runtime-fuse3' -exec cp {} out/runtime-fuse3-$ARCHITECTURE \;
+sudo find miniroot/ -type f -executable -name 'runtime-fuse3' -exec cp {} out/runtime-$ARCHITECTURE \;
64
sudo rm -rf miniroot/
0 commit comments