From 4a934b1ca8f8db53243b85a3586957b7aeb00f3b Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Fri, 6 May 2011 12:48:16 -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. --- 1.6/admin/Upgrading-Evergreen_1.6.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 @@ As the opensrf user, download and extract the source files for OpenSRF 1.6: -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 . @@ -62,7 +62,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: @@ -115,7 +115,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 @@ -124,7 +124,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