From a9ee31044c93fac12054f5f2cf41d29d913aa74b Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Sat, 17 Jan 2026 09:50:59 +0530 Subject: [PATCH] fix: rust path in spec file --- picoforge.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/picoforge.spec b/picoforge.spec index 23ba475..32859af 100644 --- a/picoforge.spec +++ b/picoforge.spec @@ -43,12 +43,13 @@ export PATH="$DENO_INSTALL/bin:$PATH" deno --version curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y -export PATH=$(pwd)/.cargo/bin:$PATH +export PATH="$HOME/.cargo/bin:$PATH" rustc --version %build export DENO_INSTALL="$HOME/.deno" export PATH="$DENO_INSTALL/bin:$PATH" +export PATH="$HOME/.cargo/bin:$PATH" # Build the App # This will download Rust crates and Deno modules over the internet