From: Jason Stephenson Date: Tue, 30 Aug 2011 17:05:16 +0000 (-0400) Subject: Fix for LP bug #702422. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=02e621cf64093b5b2836f21f7c47a7cf7bbb34a7;p=contrib%2FConifer.git Fix for LP bug #702422. 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 Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/examples/oils_sip.xml.example b/Open-ILS/examples/oils_sip.xml.example index 3111626b32..467cc9998c 100644 --- a/Open-ILS/examples/oils_sip.xml.example +++ b/Open-ILS/examples/oils_sip.xml.example @@ -127,6 +127,7 @@ --> LOCALSTATEDIR/ LOCALSTATEDIR/catalog/ + LIBDIR/javascript/ circ/circ_item_config.js diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am index e14f4c2426..13b3e636fc 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -176,6 +176,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'