Browse Source

debootstrap: depends on ar

debootstrap uses ar to decompress .deb packages

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle 10 years ago
parent
commit
befe43e099
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      admin/debootstrap/Makefile

+ 1
- 1
admin/debootstrap/Makefile View File

@@ -28,7 +28,7 @@ define Package/debootstrap
28 28
   CATEGORY:=Administration
29 29
   TITLE:=Bootstrap a basic Debian system
30 30
   URL:=http://wiki.debian.org/Debootstrap
31
-  DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum
31
+  DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum +ar
32 32
 endef
33 33
 
34 34
 define Package/debootstrap/description