[open-ils-commits] r7542 - branches/rel_1_2/Open-ILS/xul/staff_client

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jul 13 10:25:46 EDT 2007


Author: phasefx
Date: 2007-07-13 10:20:45 -0400 (Fri, 13 Jul 2007)
New Revision: 7542

Modified:
   branches/rel_1_2/Open-ILS/xul/staff_client/Makefile
Log:
all sorts of issues here that I overlooked.. this should properly overlay the contents of Evergreen/xul/staff_client/server/ into the build/server/ for the staff client upon make.  I'm not sure how portable it is, however

Modified: branches/rel_1_2/Open-ILS/xul/staff_client/Makefile
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/Makefile	2007-07-13 04:27:49 UTC (rev 7541)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/Makefile	2007-07-13 14:20:45 UTC (rev 7542)
@@ -54,7 +54,8 @@
 	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
 	@echo 
-	for i in `cd ../../../Evergreen/xul/staff_client/server/ && find -type f |grep -v \.svn`; do echo ../../../Evergreen/xul/staff_client/server/$i build/$i; done
+	# Is the following portable?
+	for i in `cd ../../../Evergreen/xul/staff_client/server/ && find -type f |grep -v \.svn|cut -f2- -d/`; do cp ../../../Evergreen/xul/staff_client/server/$$i build/server/$$i; done
 	external/prune_dirs.sh build/
 
 stamp: 



More information about the open-ils-commits mailing list