diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-29 00:35:30 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-29 00:35:30 +0200 |
commit | 94fc62e2ff96a8bc7a582b79b0aeff8df1deb4af (patch) | |
tree | 2fa5165ef26f21bc813c35e6ce069baa0f88d3c8 /scripts | |
parent | 81fb4294538a7204232d3e76195a778df0ee3ee1 (diff) | |
download | vyos-live-build-94fc62e2ff96a8bc7a582b79b0aeff8df1deb4af.tar.gz vyos-live-build-94fc62e2ff96a8bc7a582b79b0aeff8df1deb4af.zip |
Also checking for dctrl-tools when assembling binary package lists.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_package-lists | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/lb_binary_package-lists b/scripts/build/lb_binary_package-lists index 65104dbe0..74b34e8b8 100755 --- a/scripts/build/lb_binary_package-lists +++ b/scripts/build/lb_binary_package-lists @@ -46,6 +46,7 @@ then # Check depends Check_package chroot/usr/bin/apt-ftparchive apt-utils + Check_package chroot/usr/bin/grep-aptavail dctrl-tools # Installing depends Install_package |