[postgis-commits] svn - r2926 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Fri Aug 22 07:46:15 PDT 2008


Author: robe
Date: 2008-08-22 07:46:15 -0700 (Fri, 22 Aug 2008)
New Revision: 2926

Modified:
   trunk/doc/installation.xml
Log:
More typos

Modified: trunk/doc/installation.xml
===================================================================
--- trunk/doc/installation.xml	2008-08-22 13:37:36 UTC (rev 2925)
+++ trunk/doc/installation.xml	2008-08-22 14:46:15 UTC (rev 2926)
@@ -107,8 +107,8 @@
 			<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



More information about the postgis-commits mailing list