Fix for LP bug #702422.
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 30 Aug 2011 16:50:34 +0000 (12:50 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 7 Sep 2011 17:59:30 +0000 (13:59 -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>
Signed-off-by: Mike Rylander <mrylander@gmail.com>

Open-ILS/examples/oils_sip.xml.example
Open-ILS/src/Makefile.am

index 14446aa..5d4ebd3 100644 (file)
                     -->
                                        <path>LOCALSTATEDIR/</path>
                     <path>LOCALSTATEDIR/catalog/</path>
+                   <path>LIBDIR/javascript/</path>
                                        <item_config>circ/circ_item_config.js</item_config>
                                </scripts>
 
index 796d39c..072814c 100644 (file)
@@ -170,6 +170,7 @@ ilscore-install:
        cp -r @srcdir@/templates/strings $(DESTDIR)$(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'