From 6ce89a1251c67315994415df525005eb35a1b926 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 30 Jun 2008 19:48:16 +0000 Subject: [PATCH] Change values of default directories in config file in installed files rather than in tree git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1350 9efc2488-bf62-4759-914b-345cdb29e865 --- src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 754f7fc..9b58ba6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,15 +55,15 @@ install-data-local: mv $(BINDIR)/opensrf $(BINDIR)/opensrf-c cp ../bin/osrf_config $(BINDIR) cp ../bin/osrf_ctl.sh $(BINDIR) - sed -i 's|LOCALSTATEDIR|$(VAR)|g' '../examples/opensrf.xml.example' - sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '../examples/opensrf.xml.example' - sed -i 's|LOCALSTATEDIR|$(VAR)|g' '../examples/opensrf_core.xml.example' - sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '../examples/opensrf_core.xml.example' - sed -i 's|LOCALSTATEDIR|$(VAR)|g' '../examples/srfsh.xml.example' - sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '../examples/srfsh.xml.example' cp ../examples/opensrf.xml.example $(ETCDIR) cp ../examples/opensrf_core.xml.example $(ETCDIR) cp ../examples/srfsh.xml.example $(ETCDIR) + sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(ETCDIR)/opensrf.xml.example' + sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '$(ETCDIR)/opensrf.xml.example' + sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(ETCDIR)/opensrf_core.xml.example' + sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '$(ETCDIR)/opensrf_core.xml.example' + sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(ETCDIR)/srfsh.xml.example' + sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '$(ETCDIR)/srfsh.xml.example' cp -r ../include/objson $(INCLUDEDIR) cp -r javascript/* $(JSDIR)/ cp -r perlmods/* $(PERLDIR)/ -- 2.43.2