Bazel: Fix update instruction for license file

In recent Bazel versions, bazel-genfiles directory is replaced with
bazel-bin directory. Adapt the instruction for updating the license
file correspondingly.

Change-Id: I07bf1d9c13e25b8befe8c16ddd708f6c00b1ed70
This commit is contained in:
David Ostrovsky 2019-10-11 19:29:03 +02:00
parent 9a4011934f
commit 0257d38fa5

View File

@ -8,7 +8,7 @@ for f in js_licenses licenses ; do
echo "FAIL: ${f}.txt out of date"
echo "to fix: "
echo ""
echo " cp bazel-genfiles/Documentation/${f}.gen.txt Documentation/${f}.txt"
echo " cp bazel-bin/Documentation/${f}.gen.txt Documentation/${f}.txt"
echo ""
exit 1
fi