commit 66afa4483dbbe16b2b4d0b608643e1d7969de344
parent 803e1286ca5b97bb228c6471feeb737f372451ae
Author: Daniel Golle <dangowrt@users.noreply.github.com>
Date: Wed, 2 Nov 2016 13:28:45 +0100
Merge pull request #3370 from bobafetthotmail/patch-4
debootstrap: add xz dependency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 +ar
+ DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum +ar +xz
endef
define Package/debootstrap/description