diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 12ef4b90a7ac6..e91048a6f193e 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -390,7 +390,7 @@ get_rust_path() { if [[ "${rust_type}" == "source" ]]; then echo "${prefix}/usr/lib/rust/${slot}/" else - echo "${prefix}opt/rust-bin-${slot}/" + echo "${prefix}/opt/rust-bin-${slot}/" fi }