get_reviewer.pl: fix mesa check

This script was broken for the last few days and I couldn't figure out why.
Turns out it was checking for the existence of a file that got renamed,
so rename it in here too.

Fixes: f926cf5bd0 ("docs: Rename GL3.txt to features.txt")
CC: Ian Romanick <ian.d.romanick@intel.com>
CC: Rob Clark <robclark@freedesktop.org>
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
Eric Engestrom 2016-08-30 21:16:25 +01:00 committed by Rob Clark
parent 6699403651
commit 352f0d9180
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ sub top_of_mesa_tree {
$lk_path .= "/";
}
if ( (-f "${lk_path}docs/mesa.css")
&& (-f "${lk_path}docs/GL3.txt")
&& (-f "${lk_path}docs/features.txt")
&& (-f "${lk_path}src/mesa/main/version.c")
&& (-f "${lk_path}REVIEWERS")
&& (-d "${lk_path}scripts")) {