From 880339277b622b42bf4249e35244e9fe1c9c148f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 26 Apr 2021 13:15:00 +0200 Subject: profile: fix RUST_SRC_PATH --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 0fbea15..99b456e 100644 --- a/.profile +++ b/.profile @@ -34,7 +34,7 @@ if [ -d "${HOME}/.cargo/bin" ]; then pathappend "${HOME}/.cargo/bin" fi if [ -d "/usr/src/rust" ]; then - export RUST_SRC_PATH=/usr/src/rust + export RUST_SRC_PATH=/usr/src/rust/library fi # Use the new build backend in docker -- cgit 1.4.1