aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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}