diff options
Diffstat (limited to 'eclass/bazel.eclass')
-rw-r--r-- | eclass/bazel.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/bazel.eclass b/eclass/bazel.eclass index 7c5f92977ba5..4eacb75776e4 100644 --- a/eclass/bazel.eclass +++ b/eclass/bazel.eclass @@ -193,7 +193,7 @@ bazel_load_distfiles() { elif [[ ${rename} -eq 1 ]]; then # Make sure the distfile is used if [[ "${A}" == *"${word}"* ]]; then - echo "Copying ${word} to bazel distdir as ${file}" + echo "Copying ${file} to bazel distdir as ${word}" ln -s "${DISTDIR}/${word}" "${T}/bazel-distdir/${file}" || die fi rename=0 |