From 231ce72bb476b46c0656f2e237e5408f05df1cfb Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 23 Dec 2010 12:18:11 +0000 Subject: [PATCH] Use i386 rather than i486 in binary package names --- download/index-3.2.t2t | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/download/index-3.2.t2t b/download/index-3.2.t2t index 7016333a4..6ba9d36bd 100644 --- a/download/index-3.2.t2t +++ b/download/index-3.2.t2t @@ -15,10 +15,12 @@ What's new? See the [Release notes release-3.2.html]. | **Platform** | **Download** | **How to install** -| MacOS X | [gf-3.2-leopard.pkg gf-3.2-leopard.pkg] | Double-click on the package icon and follow the instructions +%| MacOS X | [gf-3.2-leopard.pkg gf-3.2-leopard.pkg] | Double-click on the package icon and follow the instructions | MacOS X | [gf-3.2-bin-intel-mac.tar.gz gf-3.2-bin-intel-mac.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-intel-mac.tar.gz`` -| Windows | [gf-3.2-bin-i486-windows.zip gf-3.2-bin-i486-windows.zip] | ``unzip gf-3.2-bin-i486-windows.zip`` -| Linux | [gf-3.2-bin-i486-linux.tar.gz gf-3.2-bin-i486-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-i486-linux.tar.gz`` +| Windows | [gf-3.2-bin-i386-windows.zip gf-3.2-bin-i386-windows.zip] | ``unzip gf-3.2-bin-i386-windows.zip`` +| Linux | [gf-3.2-bin-i386-linux.tar.gz gf-3.2-bin-i386-linux.tar.gz] | ``sudo tar -C /usr/local -zxf gf-3.2-bin-i386-linux.tar.gz`` + +More packages might be added later ===Notes===