diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 39856 -> 39846 bytes | |||
-rw-r--r-- | eclass/rust.eclass | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 84817bb38c99..ee0a32d7d108 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/rust.eclass b/eclass/rust.eclass index a7199f984af8..30b6468d2a9b 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -471,9 +471,8 @@ get_rust_prefix() { local prefix=${BROOT} [[ ${1} == -d ]] && prefix=${ESYSROOT} - local slot rust_type - read -r slot rust_type <<< $(_get_rust_slot "$@") - get_rust_path "${prefix}" "${slot}" "${rust_type}" + _get_rust_slot "$@" + get_rust_path "${prefix}" "${RUST_SLOT}" "${RUST_TYPE}" } # @FUNCTION: rust_prepend_path |