From b8509f09d670460aa3e9e2b09cf60dbf8cdbb03b Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 9 Nov 2015 11:55:56 +1100 Subject: [PATCH] Really get the "general" packages We are specifying the argument to get_packages incorrectly, so we are not actually adding the packages in "general" to the list of packages. In most cases, this is hidden as other more specific plugins/services request their packages. However, as I2dafd32f211fcbc9fff53030d736d97a5f1bb2df shows, not always. I think this was uncovered by 5f8133caac097235ed4fe73d878df0ee907eb51c Change-Id: Ie1b8d09369281059d21da61b2725a457f708ae9e --- tools/install_prereqs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_prereqs.sh b/tools/install_prereqs.sh index a07e58d3e6..38452cd90f 100755 --- a/tools/install_prereqs.sh +++ b/tools/install_prereqs.sh @@ -61,7 +61,7 @@ export_proxy_variables # ================ # Install package requirements -PACKAGES=$(get_packages general $ENABLED_SERVICES) +PACKAGES=$(get_packages general,$ENABLED_SERVICES) PACKAGES="$PACKAGES $(get_plugin_packages)" if is_ubuntu && echo $PACKAGES | grep -q dkms ; then