Author: noel Date: Sun May 28 19:34:13 2006 New Revision: 410013 URL: http://svn.apache.org/viewvc?rev=410013&view=rev Log: fix typo in tar options
Modified: james/server/trunk/BUILDING.txt Modified: james/server/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/james/server/trunk/BUILDING.txt?rev=410013&r1=410012&r2=410013&view=diff ============================================================================== --- james/server/trunk/BUILDING.txt (original) +++ james/server/trunk/BUILDING.txt Sun May 28 19:34:13 2006 @@ -11,7 +11,7 @@ 1) Install Ant (v1.6.5 as of the time of this writing) 2) Add Ant to your path. For me, I do the following: - $ tar ztvf apache-ant-1.6.5-bin.tar.gz + $ tar zxvf apache-ant-1.6.5-bin.tar.gz $ mv apache-ant-1.6.5 /usr/local $ ln -sf /usr/local/apache-ant-1.6.5 /usr/local/ant $ ln -sf /usr/local/ant/bin/ant /usr/local/bin/ant --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]