[open-ils-commits] r19797 - branches/rel_2_1/Open-ILS/xul/staff_client (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 17 16:20:03 EDT 2011


Author: phasefx
Date: 2011-03-17 16:19:57 -0400 (Thu, 17 Mar 2011)
New Revision: 19797

Modified:
   branches/rel_2_1/Open-ILS/xul/staff_client/Makefile.am
Log:
Copy is not valid. How I missed that before I don't know.

Author: Thomas Berezansky <tsbere at mvlc.org>
Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
Signed-off-by: Jason Etheridge <jason at esilibrary.com>


Modified: branches/rel_2_1/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/Makefile.am	2011-03-17 20:19:41 UTC (rev 19796)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/Makefile.am	2011-03-17 20:19:57 UTC (rev 19797)
@@ -66,7 +66,7 @@
 	@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



More information about the open-ils-commits mailing list