Learn from our migration mistakes; we need MARC templates and a custom call number
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 22 Feb 2010 21:57:41 +0000 (21:57 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 22 Feb 2010 21:57:41 +0000 (21:57 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_0@791 6d9bc8c9-1ec2-4278-b937-99fde70a366f

tools/patch_conifer.sh

index cb3701f..c9077fd 100644 (file)
@@ -100,10 +100,12 @@ copy_opac_skins()
 }
 
 # We need the Canuck patch in place. Save us, Canuck patch!
+# This also gives us Arial 12 bold call numbers. w00t.
 copy_xul()
 {
        cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/cat/* "$INSTALL_DIR"/var/web/xul/server/cat/.
        cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/patron/* "$INSTALL_DIR"/var/web/xul/server/patron/.
+       cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/skin/* "$INSTALL_DIR"/var/web/xul/server/skin/.
 }
 
 # Update our circ rules
@@ -120,6 +122,12 @@ copy_circ_rules()
        done
 }
 
+# Bring our custom templates for MARC editor and such into play
+copy_templates()
+{
+       cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/templates/marc/* "$INSTALL_DIR"/var/templates/marc/.
+}
+
 # Corresponding with some configuration changes, we also have to customize some Perl modules
 # And similarly, we might want to only trigger these manually
 copy_perl_modules()