mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 12:51:40 +00:00
Add extra message for external packages install step
This commit is contained in:
parent
1e07b3fee3
commit
68263cf05a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue