From a160c3649d1e5bd899afe8a2bcc265ac76f374bd Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 28 Oct 2022 02:12:57 +0200 Subject: [PATCH] Fri 28 Oct 2022 02:12:57 AM CEST --- flatpak/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/Makefile b/flatpak/Makefile index 049992c..3d107bc 100644 --- a/flatpak/Makefile +++ b/flatpak/Makefile @@ -121,7 +121,7 @@ bootstrap : dir $$t/mach artifact toolchain --from-build linux64-binutils && \ $$t/mach artifact toolchain --from-build linux64-cctools-port && \ true ) - /root/cargo/bin/rustup target add aarch64-unknown-linux-gnu + /root/.cargo/bin/rustup target add aarch64-unknown-linux-gnu