From: Ben Shum Date: Thu, 2 Mar 2017 22:07:01 +0000 (-0500) Subject: LP#1493824: Include lsb-release too X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fbshum%2Fadd-lsb-release-dep;p=working%2FEvergreen.git LP#1493824: Include lsb-release too Because apparently, not everyone installs the base system utilities for their Linux distributions. Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index 37754a221d..42e15a1538 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -88,6 +88,7 @@ export CPAN_MODULES_FORCE = \ Class::DBI::Frozen::301 PGSQL_APT_REPO_DEBS = \ + lsb-release \ wget \ ca-certificates diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty index 6a9b708483..98b80e6a9f 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty @@ -96,6 +96,7 @@ export CPAN_MODULES_FORCE = \ Class::DBI::Frozen::301 PGSQL_APT_REPO_DEBS = \ + lsb-release \ wget \ ca-certificates