From: dbs Date: Tue, 7 Apr 2009 03:36:04 +0000 (+0000) Subject: Get the target directory right, eh? X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=61107bd634bcc2c271ba92ce2c1ea928a6ad960b;p=contrib%2FConifer.git Get the target directory right, eh? git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@299 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- 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