Add extra message for external packages install step

This commit is contained in:
zador-blood-stained 2017-02-23 20:51:39 +03:00
parent 1e07b3fee3
commit 68263cf05a

View file

@ -280,6 +280,7 @@ chroot_installpackages()
{
local remote_only=$1
local install_list=""
display_alert "Installing additional packages" "EXTERNAL_NEW"
for plugin in $SRC/lib/extras-buildpkgs/*.conf; do
source $plugin
if [[ $(type -t package_checkinstall) == function ]] && package_checkinstall; then