From 44985eb827bc37c523e7d550b9513d9925dbdee0 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 10 Feb 2003 22:09:33 +0000 Subject: [PATCH] fix a typo --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 83b424766..0ac259e15 100644 --- a/INSTALL +++ b/INSTALL @@ -28,5 +28,5 @@ You may want to check `./configure --help` and select options. To only build and install the quakeworld server: ./bootstrap - ./configure --without-clients --with-servers=qe + ./configure --without-clients --with-servers=qw make install