From da7e927c350c3c098b081f432b53cfb3a24ab480 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 Signed-off-by: Jason Stephenson --- src/extras/Makefile.install | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 = \ -- 1.7.2.5