From: Andy Witter Date: Tue, 10 Dec 2019 19:43:57 +0000 (-0500) Subject: additional changes for debs missing from Bionic repos X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0a23814e0fb0aef69e8959199a58d4473402ceac;p=contrib%2Fpines%2Fgenasys.git additional changes for debs missing from Bionic repos --- 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"