aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar lmamane <lmamane@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-08-20 14:51:09 +0000
committerGravatar lmamane <lmamane@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-08-20 14:51:09 +0000
commit6a40221d531bbff9d87ab353a68ccc49b672d3f4 (patch)
tree6a7db3b643bbc32e64f27dc69dcb3cd878b98868 /INSTALL
parent5f928a76b1e2482c1ef5850302467b095000f216 (diff)
Typo in INSTALL instructions
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10080 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index b3949a033..1cbee097b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -50,7 +50,7 @@ WHAT DO YOU NEED ?
#Download it (wget is an example, use your favourite FTP or HTTP client)
wget http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.bz2
- bzip9 -cd make-3.81.tar.bz2 | tar x
+ bzip2 -cd make-3.81.tar.bz2 | tar x
#If you don't have bzip2, you can download the gzipped version instead.
cd make-3.81
./configure --prefix=${HOME}