LP#1083639: use "cp -r" instead of "cp -R"
authorGalen Charlton <gmc@esilibrary.com>
Thu, 13 Nov 2014 18:45:14 +0000 (10:45 -0800)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 13 Nov 2014 18:45:14 +0000 (10:45 -0800)
This change is purely for the sake of consistency; there's
no functional difference.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
docs/TechRef/KidsOPAC.txt

index 9952306..70b0a57 100644 (file)
@@ -95,7 +95,7 @@ files to that directory instead, and then skip any Apache config changes.
 % cp -r Open-ILS/examples/web/images/kpac/* /openils/var/web/images/kpac/ #does not clobber
 % mkdir /openils/var/templates_kpac2
 % cp -r Open-ILS/examples/web/templates/kpac /openils/var/templates_kpac2/
-% cp -R /openils/var/web/css/skin/default/kpac/fonts /openils/var/web/css/skin/kpac2/kpac
+% cp -r /openils/var/web/css/skin/default/kpac/fonts /openils/var/web/css/skin/kpac2/kpac
 -------------------------------------------------------------------------------
 
 Then set up 443/80 vhosts for serving the alternate skin in eg.conf, something