]> granicus.if.org Git - postgis/commitdiff
More typos
authorRegina Obe <lr@pcorp.us>
Fri, 22 Aug 2008 14:46:15 +0000 (14:46 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 22 Aug 2008 14:46:15 +0000 (14:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2926 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index 0ea56fa2bdba3540e015889fad9e98e2209ae178..e1b23421db53888c7f7d1e6940dde31a45a74580 100644 (file)
                        <para>If you are missing proj based on above or running a version below 4.5, then install by following these steps.</para>
                        <programlisting>
                        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 &amp;&amp; make clean &amp;&amp; make
                        sudo make install
                        sudo ldconfig