LP#741788: install the MARC stream importer better user/gmcharlt/lp741788_install_marc_stream_importer_rebase
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 22 Apr 2015 17:37:29 +0000 (17:37 +0000)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 28 May 2019 15:18:51 +0000 (11:18 -0400)
commit95155dc10a1d98a1f35aa3ed3abbe4d08089909c
treef2142712ca872411277bc8ef5d9313ce62377f49
parent4701869d8e4a1fd57b2ee1c1600b56a98e962e09
LP#741788: install the MARC stream importer better

This patch ensures that marc_stream_importer.pl gets
installed in the Evergreen binary directory and that an
example configuration file gets installed in the appropriate
configuration directory (rather than, as in the past,
the Evergreen bindir).

This patch also causes `oils_header.pl`, which is used by
other command-line scripts, to be installed in the bin
directory
by default.

To test
-------
[1] Run a normal Evergreen installation. Verify that
    marc_stream_importer.pl is installed in /openils/bin
    (or the equivalent if you've chosen a non-default installation
    directory) and that marc_stream_importer.conf is
    installed in /openils/conf (or its equivalent)
[2] (optional) If you have access to OCLC Connexion, verify that you
    can run the MARC stream importer and use it to push records into
    Evergreen.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/examples/marc_stream_importer.conf.example [new file with mode: 0644]
Open-ILS/src/Makefile.am
Open-ILS/src/support-scripts/marc_stream_importer.conf [deleted file]
Open-ILS/src/support-scripts/marc_stream_importer.pl [deleted file]
Open-ILS/src/support-scripts/marc_stream_importer.pl.in [new file with mode: 0755]
docs/RELEASE_NOTES_NEXT/Administration/install-marc-stream-importer-in-bin.adoc [new file with mode: 0644]