[open-ils-commits] r19794 - trunk/Open-ILS/xul/staff_client (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 17 16:14:46 EDT 2011


Author: phasefx
Date: 2011-03-17 16:14:41 -0400 (Thu, 17 Mar 2011)
New Revision: 19794

Modified:
   trunk/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: trunk/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile.am	2011-03-17 20:14:04 UTC (rev 19793)
+++ trunk/Open-ILS/xul/staff_client/Makefile.am	2011-03-17 20:14:41 UTC (rev 19794)
@@ -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