Merge pull request #3370 from bobafetthotmail/patch-4
debootstrap: add xz dependency
This commit is contained in:
commit
66afa4483d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue