From 61107bd634bcc2c271ba92ce2c1ea928a6ad960b Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 7 Apr 2009 03:36:04 +0000 Subject: [PATCH] Get the target directory right, eh? git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@299 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/patch_conifer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patch_conifer.sh b/tools/patch_conifer.sh index b91fef85b8..56b4c1cab9 100644 --- a/tools/patch_conifer.sh +++ b/tools/patch_conifer.sh @@ -87,7 +87,7 @@ copy_opac_skins() # 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 -- 2.11.0