From 6bdb9d8bb9ca0b1885262ae7a7b97b4a8623562b Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Thu, 2 Mar 2017 17:07:01 -0500 Subject: [PATCH] LP#1493824: Include lsb-release too Because apparently, not everyone installs the base system utilities for their Linux distributions. Signed-off-by: Ben Shum --- Open-ILS/src/extras/install/Makefile.debian-wheezy | 1 + Open-ILS/src/extras/install/Makefile.ubuntu-trusty | 1 + 2 files changed, 2 insertions(+) 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 -- 2.11.0