diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/rust.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 12ef4b90a7ac..e91048a6f193 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 } |