LP#1551090: Adding necessary connectivity for xenial deb installation.
authorChris Sharp <csharp@georgialibraries.org>
Thu, 18 Feb 2016 00:35:02 +0000 (19:35 -0500)
committerBen Shum <ben@evergreener.net>
Wed, 4 May 2016 17:28:36 +0000 (13:28 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Ben Shum <ben@evergreener.net>

src/extras/Makefile.install

index edf2641..79d4ccc 100644 (file)
@@ -196,7 +196,7 @@ ubuntu-trusty: generic_ubuntu trusty apache_mpm_prefork_mods
 ubuntu-xenial: generic_ubuntu xenial apache_mpm_prefork_mods
 precise: install_extra_debs install_extra_debs_precise
 trusty: install_extra_debs install_extra_debs_trusty
-xenial: install_extra_debs
+xenial: install_extra_debs install_extra_debs_xenial
 generic_ubuntu: install_debs debian_sys_config
 
 # ------------------------------------------------------------------
@@ -233,6 +233,9 @@ install_extra_debs_precise:
 install_extra_debs_trusty:
        $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_TRUSTY)
 
+install_extra_debs_xenial:
+       $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_XENIAL)
+
 # Some OSes activate the Apache mpm_event module by default.
 # OpenSRF requires prefork.
 apache_mpm_prefork_mods: