From 6eaf48c9704f45b15c9967cbb996f794e5937fd5 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 12 Sep 2018 13:07:18 -0400 Subject: [PATCH] LP#1777180: Add zip/unzip to prerequisites Need unzip for new websocketd unpackaging. Also get zip just because. Signed-off-by: Ben Shum --- src/extras/Makefile.install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 1a2a63c..d39cda0 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -84,6 +84,8 @@ DEBS = \ python-setuptools\ python-simplejson\ tar\ + unzip\ + zip\ zlib1g-dev FEDORAS = \ -- 2.11.0