Fix for LP bug #702422. collab/dyrcona/lp702422_rel_2_0
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 30 Aug 2011 17:08:40 +0000 (13:08 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 30 Aug 2011 17:08:40 +0000 (13:08 -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 3111626..467cc99 100644 (file)
                     -->
                                        <path>LOCALSTATEDIR/</path>
                     <path>LOCALSTATEDIR/catalog/</path>
+                   <path>LIBDIR/javascript/</path>
                                        <item_config>circ/circ_item_config.js</item_config>
                                </scripts>
 
index 373536b..f3e67f1 100644 (file)
@@ -181,6 +181,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'