From e91074cf23eeca5da7e9c00977448dcc19b779cc Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 18 Feb 2016 18:10:34 -0500 Subject: [PATCH] LP#1551090: Since we move apache to the "install_extra_debs*" targets, we need to move debian_sys_config further down to compensate. Signed-off-by: Chris Sharp Signed-off-by: Jason Stephenson Signed-off-by: Ben Shum --- src/extras/Makefile.install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 79d4ccc..33d0883 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -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 --------------------------------------------------------- -- 2.43.2