From 247c79129f0d41df1c0f9437ec891146b07a1f3b Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 25 Jul 2005 23:39:07 +0000 Subject: [PATCH] copying over the openils config file git-svn-id: svn://svn.open-ils.org/ILS/trunk@1465 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/openils.xml.example | 1 - Open-ILS/src/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/openils.xml.example b/Open-ILS/examples/openils.xml.example index 2928074b8c..bd4de89c3d 100644 --- a/Open-ILS/examples/openils.xml.example +++ b/Open-ILS/examples/openils.xml.example @@ -310,7 +310,6 @@ For non-core config info, see the inline documentation within this file - opensrf.persist opensrf.math opensrf.dbmath opensrf.settings diff --git a/Open-ILS/src/Makefile b/Open-ILS/src/Makefile index 6fe40ece62..8dd4fe79a6 100644 --- a/Open-ILS/src/Makefile +++ b/Open-ILS/src/Makefile @@ -13,6 +13,7 @@ marcdumper-install: perl-install: mkdir -p $(PERLDIR) cp -r perlmods/* $(PERLDIR) + cp ../examples/openils.xml.example $(ETCDIR) javascript-install: mkdir -p $(JSDIR) -- 2.43.2