From a24044d405d1e884452b11f6b5fb14313ed926c5 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sun, 26 Jan 2014 11:09:44 -0500 Subject: [PATCH] Missed a make target. Signed-off-by: Chris Sharp --- src/extras/Makefile.install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 9d0c335..d7a95f9 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -224,6 +224,9 @@ install_extra_debs_squeeze: install_extra_debs install_extra_debs_precise: $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_PRECISE) +install_extra_debs_trusty: + $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_TRUSTY) + # Fedora install_fedora_rpms: yum -y install $(FEDORAS) -- 2.11.0