From 95b4cd65d03c3752dca07d32e7aa6496e827dd2f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 13 Nov 2014 10:45:14 -0800 Subject: [PATCH] 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 --- docs/TechRef/KidsOPAC.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0