summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Cutts <hcutts@chromium.org>2019-08-01 16:57:17 -0700
committerHarry Cutts <hcutts@chromium.org>2019-08-01 17:05:17 -0700
commitdb2d9273735acb726fe203d2d45f18f1f21b6468 (patch)
tree283f7fa2f58beb720f882390547fed188bf44ab8
parenta1550b8185b0f678ff075e9a943a2b529fc86a55 (diff)
Fix a typo in INSTALL
Signed-off-by: Harry Cutts <hcutts@chromium.org>
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 67786f6..00fb82a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ $> gcc -o evtest evtest.c
Otherwise, run the following commands.
$> autoreconf -iv
-$> configure --prefix=/usr
+$> ./configure --prefix=/usr
$> make
$> make install