copying over the opensrf.xml config file
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 25 Jul 2005 23:27:08 +0000 (23:27 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 25 Jul 2005 23:27:08 +0000 (23:27 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@429 9efc2488-bf62-4759-914b-345cdb29e865

src/Makefile

index ff41e9f..79592ea 100644 (file)
@@ -115,6 +115,7 @@ perl-install:       install-prep
        cp -r perlmods/* $(PERLDIR)/
        cp ../examples/bootstrap.conf.example $(ETCDIR)
        cp ../bin/opensrf_ctl $(BINDIR)
+       cp ../examples/opensrf.xml.example $(ETCDIR)
 
 
 # --------------------------------------------------------------------------------