From 428a4982af577d1dfacb3c8ba4e5345245dd9779 Mon Sep 17 00:00:00 2001 From: Yamil Suarez Date: Fri, 6 May 2011 12:52:08 -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/serversideinstallation_2.0.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/2.0/admin/serversideinstallation_2.0.xml b/2.0/admin/serversideinstallation_2.0.xml index c768d91696..473b9f4187 100644 --- a/2.0/admin/serversideinstallation_2.0.xml +++ b/2.0/admin/serversideinstallation_2.0.xml @@ -165,17 +165,17 @@ download The latest version of OpenSRF can be found here: - . + . As the opensrf user, change to the directory /home/opensrf then download and extract OpenSRF. The new subdirectory - /home/opensrf/OpenSRF-1.6.3 will be created: + /home/opensrf/opensrf-1.6.3 will be created: # as the opensrf user: cd /home/opensrf - wget http://evergreen-ils.org/downloads/OpenSRF-1.6.3.tar.gz - tar zxf OpenSRF-1.6.3.tar.gz + wget http://evergreen-ils.org/downloads/opensrf-1.6.3.tar.gz + tar zxf opensrf-1.6.3.tar.gz @@ -194,7 +194,7 @@ # as the root user: - cd /home/opensrf/OpenSRF-1.6.3 + cd /home/opensrf/opensrf-1.6.3 make -f src/extras/Makefile.install [DISTRIBUTION] @@ -308,7 +308,7 @@ # as the opensrf user: - cd /home/opensrf/OpenSRF-1.6.3 + cd /home/opensrf/opensrf-1.6.3 ./configure --prefix=/openils --sysconfdir=/openils/conf make @@ -323,7 +323,7 @@ # as the root user: - cd /home/opensrf/OpenSRF-1.6.3 + cd /home/opensrf/opensrf-1.6.3 make install This step will take several minutes to complete. -- 2.43.2