From: Jason Stephenson Date: Tue, 30 Aug 2011 17:08:40 +0000 (-0400) Subject: Fix for LP bug #702422. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a91651cb5478df85e2e6311e0ee1eb11237687b5;p=working%2FEvergreen.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 373536b49d..f3e67f1ac4 100644 --- a/Open-ILS/src/Makefile.am +++ b/Open-ILS/src/Makefile.am @@ -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'