[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. a91651cb5478df85e2e6311e0ee1eb11237687b5
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 7 14:04:23 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_0 has been updated
via a91651cb5478df85e2e6311e0ee1eb11237687b5 (commit)
from c94580fc82f0be48e96f65a26c15bfe8a8904f75 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a91651cb5478df85e2e6311e0ee1eb11237687b5
Author: Jason Stephenson <jstephenson at mvlc.org>
Date: Tue Aug 30 13:08:40 2011 -0400
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 <jstephenson at mvlc.org>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/examples/oils_sip.xml.example b/Open-ILS/examples/oils_sip.xml.example
index 3111626..467cc99 100644
--- a/Open-ILS/examples/oils_sip.xml.example
+++ b/Open-ILS/examples/oils_sip.xml.example
@@ -127,6 +127,7 @@
-->
<path>LOCALSTATEDIR/</path>
<path>LOCALSTATEDIR/catalog/</path>
+ <path>LIBDIR/javascript/</path>
<item_config>circ/circ_item_config.js</item_config>
</scripts>
diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am
index 373536b..f3e67f1 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'
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/oils_sip.xml.example | 1 +
Open-ILS/src/Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list