From: Chris Sharp Date: Thu, 18 Feb 2016 23:10:34 +0000 (-0500) Subject: LP#1551090: Since we move apache to the "install_extra_debs*" targets, X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e91074cf23eeca5da7e9c00977448dcc19b779cc;p=working%2FOpenSRF.git 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 --- 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 ---------------------------------------------------------