diff --git a/scripts/get_reviewer.pl b/scripts/get_reviewer.pl index b08d1860ce3be..62deb92280030 100755 --- a/scripts/get_reviewer.pl +++ b/scripts/get_reviewer.pl @@ -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")) {