From 5722046e8a25f0042d1381379e1bf122b1f3a7b1 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 2 Jun 2011 17:27:32 +0000 Subject: [PATCH] Install `unzip'. --- bootstrap.debian | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.debian b/bootstrap.debian index 68c6caa..3a7feb5 100755 --- a/bootstrap.debian +++ b/bootstrap.debian @@ -36,6 +36,7 @@ ${SUDO} apt-get install xbitmaps #${SUDO} apt-get install libart-dev ${SUDO} apt-get install libesd0-dev ${SUDO} apt-get install libcanna1g-dev +${SUDO} apt-get install unzip ./configure -- 1.7.10.4