# HG changeset patch # User Stanislas Leduc # Date 1387631844 -3600 # Node ID bb84689a03257fdc91b2e543ec7ee54cf0cb3abe # Parent a6115e95700fb1dd3a064cbe6d8ef10ef72cb21c debootstrap: add tar depend diff -r a6115e95700f -r bb84689a0325 debootstrap/receipt --- a/debootstrap/receipt Sat Dec 21 11:19:42 2013 +0100 +++ b/debootstrap/receipt Sat Dec 21 14:17:24 2013 +0100 @@ -9,7 +9,7 @@ WEB_SITE="https://wiki.debian.org/Debootstrap" WGET_URL="http://people.slitaz.org/~shann/packages/$PACKAGE/$TARBALL" -DEPENDS="dpkg" +DEPENDS="dpkg tar" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()