summary refs log tree commit diff
path: root/.profile
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-04-26 13:15:00 +0200
committerRobert Günzler <r@gnzler.io>2021-04-26 13:15:20 +0200
commit880339277b622b42bf4249e35244e9fe1c9c148f (patch)
tree87989a08704e72ce20fa991efae2af7d3e46d17f /.profile
parent09f492ef7724a91322a69e6b519d6e05a3e30f4a (diff)
profile: fix RUST_SRC_PATH
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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