diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-15 02:55:33 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:35 +0100 |
commit | a26d1c55e1787a982a58fe9aa1e0f3e440577c9b (patch) | |
tree | ec92d5619009a37e42c2e9e4e55e17740107ec50 /helpers/lh_binary_debian-installer | |
parent | 5cb3a1a800b0998d1d62997627f165d66fb55405 (diff) | |
download | vyos-live-build-a26d1c55e1787a982a58fe9aa1e0f3e440577c9b.tar.gz vyos-live-build-a26d1c55e1787a982a58fe9aa1e0f3e440577c9b.zip |
Ensure apt-utils is installed in the helpers it is required.
This allows us to remove a hacky test from hooks/minimal to see whether
we need the package.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index d0f6d201b..7ee6dfd8e 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -73,6 +73,7 @@ Create_lockfile .lock # Checking depends Check_package chroot/usr/bin/wget wget +Check_package chroot/usr/bin/apt-ftparchive apt-utils # Restoring cache Restore_cache cache/packages_binary |