From 24efb6c4b7315fbe9b4ef01b344869973fffcd28 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 17 Mar 2011 20:19:57 +0000 Subject: [PATCH] Copy is not valid. How I missed that before I don't know. Author: Thomas Berezansky Signed-off-by: Thomas Berezansky Signed-off-by: Jason Etheridge git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@19797 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 65ad9c2dcb..8dace26824 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