From: Regina Obe Date: Fri, 22 Aug 2008 14:46:15 +0000 (+0000) Subject: More typos X-Git-Tag: 1.4.0b1~777 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=855f30269e33394b837fe90d575a83e826c8ab10;p=postgis More typos git-svn-id: http://svn.osgeo.org/postgis/trunk@2926 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index 0ea56fa2b..e1b23421d 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -107,8 +107,8 @@ If you are missing proj based on above or running a version below 4.5, then install by following these steps. wget http://download.osgeo.org/proj/proj-4.6.0.tar.gz - tar xvzf proj4-4.6.0.tar.gz - cd proj4-4.6.0 + tar xvzf proj-4.6.0.tar.gz + cd proj-4.6.0 ./configure && make clean && make sudo make install sudo ldconfig