all sorts of issues here that I overlooked.. this should properly overlay the content...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 13 Jul 2007 14:20:45 +0000 (14:20 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 13 Jul 2007 14:20:45 +0000 (14:20 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7542 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/Makefile

index 29ea987..9c1fb4b 100644 (file)
@@ -54,7 +54,8 @@ build_dir:
        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: