From befe43e099075ac954b11e4ae1281c2448bd1c9f Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 17 Dec 2014 18:09:37 +0100 Subject: [PATCH] debootstrap: depends on ar debootstrap uses ar to decompress .deb packages Signed-off-by: Daniel Golle --- admin/debootstrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 50d0cbda0..f2e18d5d8 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -28,7 +28,7 @@ define Package/debootstrap CATEGORY:=Administration TITLE:=Bootstrap a basic Debian system URL:=http://wiki.debian.org/Debootstrap - DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum + DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum +ar endef define Package/debootstrap/description