From: Thomas Berezansky Date: Thu, 17 Mar 2011 14:58:07 +0000 (-0400) Subject: Copy is not valid. How I missed that before I don't know. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f4b24fe08430fee653345634498bd855fd4fe789;p=working%2FEvergreen.git Copy is not valid. How I missed that before I don't know. Signed-off-by: Thomas Berezansky --- diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am index 40d6265ee5..a462ec0b5a 100644 --- a/Open-ILS/xul/staff_client/Makefile.am +++ b/Open-ILS/xul/staff_client/Makefile.am @@ -66,7 +66,7 @@ build_dir: @cp build/chrome/content/main/bindings.xml build/server/main/bindings.xml @cp build/chrome/content/OpenILS/data.js build/server/OpenILS/data.js @cp build/chrome/content/OpenILS/global_util.js build/server/OpenILS/global_util.js - @if [ -d branding ]; then copy -fR branding/* build/; fi + @if [ -d branding ]; then cp -fR branding/* build/; fi @external/prune_dirs.sh build/ # Convert chrome to remote for server localization