[open-ils-commits] r299 - conifer/trunk/tools (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 6 23:36:06 EDT 2009


Author: dbs
Date: 2009-04-06 23:36:04 -0400 (Mon, 06 Apr 2009)
New Revision: 299

Modified:
   conifer/trunk/tools/patch_conifer.sh
Log:
Get the target directory right, eh?


Modified: conifer/trunk/tools/patch_conifer.sh
===================================================================
--- conifer/trunk/tools/patch_conifer.sh	2009-04-07 03:26:48 UTC (rev 298)
+++ conifer/trunk/tools/patch_conifer.sh	2009-04-07 03:36:04 UTC (rev 299)
@@ -87,7 +87,7 @@
 # We need the Canuck patch in place. Save us, Canuck patch!
 copy_xul()
 {
-	cp -r "$LOCAL_EXPORT_DIR"/branches/rel_1_4/xul/server/patron/ue_config.js "$INSTALL_DIR"/var/web/xul/server/server/patron/ue_config.js
+	cp -r "$LOCAL_EXPORT_DIR"/branches/rel_1_4/xul/server/patron/ue_config.js "$INSTALL_DIR"/var/web/xul/server/patron/ue_config.js
 }
 
 # We'll need to restart Perl services after an update of circ rules



More information about the open-ils-commits mailing list