0f6db14
--- apps/polytope/rules/latte.rules.orig	2021-05-18 02:50:05.000000000 -0600
0f6db14
+++ apps/polytope/rules/latte.rules	2021-05-21 08:30:28.246214105 -0600
99b6072
@@ -24,7 +24,7 @@ CREDIT latte
5c51719
 custom $latte_count;
5c51719
 
5c51719
 CONFIGURE {
0f6db14
-   find_program($latte_count, "count", {
0f6db14
+   find_program($latte_count, "latte-count", {
0f6db14
                    prompt => "the program `count' from the LattE package",
0f6db14
                    check => sub { `$_[0] 2>&1` !~ /LattE/ && "this is not LattE's count" }
0f6db14
                 }) or return;