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

pyther at pyther.net pyther at pyther.net
Sun Mar 13 14:42:34 EDT 2011


---
 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
-- 
1.7.4.1



More information about the arch-releng mailing list