mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
rust.eclass: add missing / in get_rust_path for binary builds.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user