From 0a23814e0fb0aef69e8959199a58d4473402ceac Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Tue, 10 Dec 2019 14:43:57 -0500 Subject: [PATCH] additional changes for debs missing from Bionic repos --- GenaSYS.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/GenaSYS.sh b/GenaSYS.sh index 36c93ae..b9bfe84 100755 --- a/GenaSYS.sh +++ b/GenaSYS.sh @@ -25,8 +25,8 @@ PURPOSE_="Generate config files needed for Evergreen-ILS Cluster" SYNOPSIS_="$NAME_" REQUIRES_="standard GNU commands, apt, dpkg" - VERSION_="2.04" - DATE_="2010-11-23; last update: 2019-12-06" + VERSION_="2.05" + DATE_="2010-11-23; last update: 2019-12-10" AUTHOR_="Andy Witter " URL_="http://evergreen-ils.org" CATEGORY_="devel" @@ -3348,6 +3348,11 @@ then fi if echo ${NODE_FOLDER} | grep -q db0 then + ### For Bionic + mkdir -p "setup_${NODE_FOLDER}/debs" + cp -f ${TEMPLATEDIR}/debs/libmarc-charset-perl*.deb "setup_${NODE_FOLDER}/debs" + cp -f ${TEMPLATEDIR}/debs/libmarc-xml-perl*.deb "setup_${NODE_FOLDER}/debs" + ### End for Bionic cp -f "$TMPOSRFNODES" "setup_${NODE_FOLDER}/opensrf_nodes.txt" cp -f "$TEMPLATEDIR/setup_sshkeys.sh" "setup_${NODE_FOLDER}" cp -f "$TEMPLATEDIR/db/create_database_${EG_VERSION}.sql" "setup_${NODE_FOLDER}/create_database.sql" -- 2.11.0