From f4b24fe08430fee653345634498bd855fd4fe789 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Thu, 17 Mar 2011 10:58:07 -0400 Subject: [PATCH] Copy is not valid. How I missed that before I don't know. Signed-off-by: Thomas Berezansky --- Open-ILS/xul/staff_client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0