From: Galen Charlton Date: Thu, 13 Nov 2014 18:45:14 +0000 (-0800) Subject: LP#1083639: use "cp -r" instead of "cp -R" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=95b4cd65d03c3752dca07d32e7aa6496e827dd2f;p=evergreen%2Fmasslnc.git LP#1083639: use "cp -r" instead of "cp -R" This change is purely for the sake of consistency; there's no functional difference. Signed-off-by: Galen Charlton --- diff --git a/docs/TechRef/KidsOPAC.txt b/docs/TechRef/KidsOPAC.txt index 99523067a9..70b0a57c81 100644 --- a/docs/TechRef/KidsOPAC.txt +++ b/docs/TechRef/KidsOPAC.txt @@ -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