LP#1551090: Since we move apache to the "install_extra_debs*" targets,
authorChris Sharp <csharp@georgialibraries.org>
Thu, 18 Feb 2016 23:10:34 +0000 (18:10 -0500)
committerBen Shum <ben@evergreener.net>
Wed, 4 May 2016 17:28:38 +0000 (13:28 -0400)
we need to move debian_sys_config further down to compensate.

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 79d4ccc..33d0883 100644 (file)
@@ -194,10 +194,10 @@ fedora: install_fedora_rpms
 ubuntu-precise: generic_ubuntu precise
 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 install_extra_debs_xenial
-generic_ubuntu: install_debs debian_sys_config
+precise: install_extra_debs install_extra_debs_precise debian_sys_config
+trusty: install_extra_debs install_extra_debs_trusty debian_sys_config
+xenial: install_extra_debs install_extra_debs_xenial debian_sys_config
+generic_ubuntu: install_debs
 
 # ------------------------------------------------------------------
 # - DEBIAN ---------------------------------------------------------