From: Yamil Suarez <github@yamil.com> Date: Fri, 6 May 2011 16:48:16 +0000 (-0400) Subject: Fixed capitalization of OpenSRF download URL, tar.gz file, and uncompressed directory... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4a934b1ca8f8db53243b85a3586957b7aeb00f3b;p=evergreen%2Fmasslnc.git Fixed capitalization of OpenSRF download URL, tar.gz file, and uncompressed directory name. Current and future standard names of these OpenSRF items will be all lowercase. --- diff --git a/1.6/admin/Upgrading-Evergreen_1.6.xml b/1.6/admin/Upgrading-Evergreen_1.6.xml index 9aa30ccb59..1804b8a081 100644 --- a/1.6/admin/Upgrading-Evergreen_1.6.xml +++ b/1.6/admin/Upgrading-Evergreen_1.6.xml @@ -49,10 +49,10 @@ <para>As the <systemitem class="username">opensrf</systemitem> user, download and extract the source files for <application>OpenSRF</application> 1.6:</para> <screen><userinput> -wget http://open-ils.org/downloads/OpenSRF-1.6.3.tar.gz -tar xzf OpenSRF-1.6.3.tar.gz +wget http://open-ils.org/downloads/opensrf-1.6.3.tar.gz +tar xzf opensrf-1.6.3.tar.gz </userinput></screen> - <para>A new directory OpenSRF-1.6.3 is created.</para> + <para>A new directory opensrf-1.6.3 is created.</para> <note><para>For the latest edition of OpenSRF, check the Evergreen download page at <ulink url="http://www.open-ils.org/downloads.php" />. </para></note> @@ -62,7 +62,7 @@ tar xzf OpenSRF-1.6.3.tar.gz prerequisite installer.</para> <screen><userinput> aptitude install make -cd /home/opensrf/OpenSRF-1.6.3 +cd /home/opensrf/opensrf-1.6.3 </userinput></screen> <para>Replace <option>[distribution]</option> below with the following value for your distribution:</para> @@ -115,7 +115,7 @@ make -f src/extras/Makefile.install [distribution] you want to include support for Python<indexterm><primary>Python</primary></indexterm> and Java <indexterm><primary>Java</primary></indexterm>, respectively.</note> <screen><userinput> -cd /home/opensrf/OpenSRF-1.6.3 +cd /home/opensrf/opensrf-1.6.3 ./configure --prefix=/openils --sysconfdir=/openils/conf make </userinput></screen> @@ -124,7 +124,7 @@ make <para>As the <systemitem class="username">root</systemitem> user, return to your OpenSRF build directory and install OpenSRF:</para> <screen><userinput> -cd /home/opensrf/OpenSRF-1.6.3 +cd /home/opensrf/opensrf-1.6.3 make install </userinput></screen> </step>