From cdea52885afc0d86ddf7fa50f742efceaed2a510 Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Fri, 6 May 2011 12:50:44 -0400 Subject: [PATCH] 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. --- 2.0/admin/Upgrading-Evergreen-2.0.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/2.0/admin/Upgrading-Evergreen-2.0.xml b/2.0/admin/Upgrading-Evergreen-2.0.xml index c62d367e5a..946470aa25 100644 --- a/2.0/admin/Upgrading-Evergreen-2.0.xml +++ b/2.0/admin/Upgrading-Evergreen-2.0.xml @@ -58,10 +58,10 @@ As the opensrf user, download and extract the source files for OpenSRF 1.6.3: -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 - A new directory OpenSRF-1.6.3 is created. + A new directory opensrf-1.6.3 is created. For the latest edition of OpenSRF, check the Evergreen download page at . @@ -71,7 +71,7 @@ tar xzf OpenSRF-1.6.3.tar.gz prerequisite installer. aptitude install make -cd /home/opensrf/OpenSRF-1.6.3 +cd /home/opensrf/opensrf-1.6.3 Replace below with the following value for your distribution: @@ -114,7 +114,7 @@ make -f src/extras/Makefile.install [distribution] you want to include support for PythonPython and Java Java, respectively. -cd /home/opensrf/OpenSRF-1.6.3 +cd /home/opensrf/opensrf-1.6.3 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -123,7 +123,7 @@ make As the root user, return to your OpenSRF build directory and install OpenSRF: -cd /home/opensrf/OpenSRF-1.6.3 +cd /home/opensrf/opensrf-1.6.3 make install -- 2.43.2