[open-ils-commits] r7543 - trunk/Open-ILS/xul/staff_client
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jul 13 10:26:08 EDT 2007
Author: phasefx
Date: 2007-07-13 10:21:10 -0400 (Fri, 13 Jul 2007)
New Revision: 7543
Modified:
trunk/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: trunk/Open-ILS/xul/staff_client/Makefile
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile 2007-07-13 14:20:45 UTC (rev 7542)
+++ trunk/Open-ILS/xul/staff_client/Makefile 2007-07-13 14:21:10 UTC (rev 7543)
@@ -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