Fix for LP bug #702422. collab/dyrcona/lp702422_rel_1_6_1
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 30 Aug 2011 17:12:17 +0000 (13:12 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 30 Aug 2011 17:12:17 +0000 (13:12 -0400)
Add @libdir@/javascript/ path in legacy script section of
oils_sip.xml.example so that legacy scripts work with SIP2.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/examples/oils_sip.xml.example
Open-ILS/src/Makefile.am

index 16d0c3c..68a38b7 100644 (file)
                     -->
                                        <path>LOCALSTATEDIR/</path>
                     <path>LOCALSTATEDIR/catalog/</path>
+                   <path>LIBDIR/javascript/</path>
                                        <item_config>circ/circ_item_config.js</item_config>
                                </scripts>
 
index df390b8..f7d56b4 100644 (file)
@@ -220,6 +220,7 @@ ilscore-install:
        cp -r @srcdir@/templates/strings $(TEMPLATEDIR)
        sed -i 's|LOCALSTATEDIR|@localstatedir@|g' '$(DESTDIR)@sysconfdir@/oils_sip.xml.example'
        sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@sysconfdir@/oils_sip.xml.example'
+       sed -i 's|LIBDIR|@libdir@|g' '$(DESTDIR)@sysconfdir@/oils_sip.xml.example'
        sed -i 's|LOCALSTATEDIR|@localstatedir@|g' '$(DESTDIR)@sysconfdir@/opensrf_core.xml.example'
        sed -i 's|SYSCONFDIR|@sysconfdir@|g' '$(DESTDIR)@sysconfdir@/opensrf_core.xml.example'
        sed -i 's|LOCALSTATEDIR|@localstatedir@|g' '$(DESTDIR)@sysconfdir@/opensrf.xml.example'