From da96964e872153ed9c0e7a52702b2411401c1561 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 17 Mar 2011 20:14:41 +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/trunk@19794 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 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