mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
bazel.eclass: fix info message order
The src and dst were swapped. Signed-off-by: Jason Zaman <perfinion@gentoo.org>
This commit is contained in:
@@ -193,7 +193,7 @@ bazel_load_distfiles() {
|
||||
elif [[ ${rename} -eq 1 ]]; then
|
||||
# Make sure the distfile is used
|
||||
if [[ "${A}" == *"${word}"* ]]; then
|
||||
echo "Copying ${file} to bazel distdir as ${word}"
|
||||
echo "Copying ${word} to bazel distdir as ${file}"
|
||||
ln -s "${DISTDIR}/${word}" "${T}/bazel-distdir/${file}" || die
|
||||
fi
|
||||
rename=0
|
||||
|
||||
Reference in New Issue
Block a user