From: Chris Sharp Date: Thu, 18 Feb 2016 23:10:34 +0000 (-0500) Subject: Since we move apache to the "install_extra_debs*" targets, X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6955fd1b36141b49510c59abea98cb7a35adb196;p=working%2FOpenSRF.git 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 --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index b799fb7..443d447 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -202,10 +202,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 ---------------------------------------------------------