[arch-releng] [PATCH] Fix code so bootloader package is selected for install

Dieter Plaetinck dieter at plaetinck.be
Sun Mar 13 15:29:21 EDT 2011


On Sun, 13 Mar 2011 14:42:34 -0400
pyther at pyther.net wrote:

> ---
>  src/core/libs/lib-ui-interactive.sh |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
> index 563dc2b..38a626e 100644
> --- a/src/core/libs/lib-ui-interactive.sh
> +++ b/src/core/libs/lib-ui-interactive.sh
> @@ -756,7 +756,7 @@ If any previous configuration you've done until now (like fancy filesystems) req
>  
>  	# build the list of options, sorted primarily by group, then by packagename (this is already). marking where appropriate
>  	local pkglist=()
> -	needed_pkgs=("${needed_pkgs_fs[@]}")
> +	needed_pkgs+=("${needed_pkgs_fs[@]}")
>  	while read pkgname pkgver pkggroup pkgdesc; do
>  		mark=OFF
>  		if check_is_in "$pkggroup" "${grouplist[@]}" || check_is_in $pkgname "${needed_pkgs[@]}"; then

applied.
Dieter


More information about the arch-releng mailing list