]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Unbreak make install for apache config files
authorDan Scott <dscott@laurentian.ca>
Mon, 22 Apr 2013 17:00:05 +0000 (13:00 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 22 Apr 2013 17:27:53 +0000 (13:27 -0400)
commit4f022d3e784aaa23133f2a01f6411e4f8726c8ee
tree1ee47cd095d8f840cbf88eed012bc7119c1affa9
parentb98fdee97fa6962e7bf2d901e1019b115ebbafea
Unbreak make install for apache config files

The new install process installs the Apache sample configs into the
DOCDIR for Evergreen, with the expectation that packagers will pick up
the examples from the doc directory and that users will eventually be
expected to copy them from there, rather than from the source tree.

However, currently the Apache 2.2 and 2.4 sample configs have the same
names, and that causes a conflict at "make install" time. Kudos to Jason
Stephenson for catching this. The temporary solution is to rename the
Apache 2.4 files to avoid the conflict; longer term, we need to teach
make install to only make & install the files that are pertinent to the
environment on which it was built (either Apache 2.2, or Apache 2.4).

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/Makefile.am