Browse code

Merge "Really get the "general" packages"

Jenkins authored on 2015/11/09 22:43:48
Showing 1 changed files
... ...
@@ -61,7 +61,7 @@ export_proxy_variables
61 61
 # ================
62 62
 
63 63
 # Install package requirements
64
-PACKAGES=$(get_packages general $ENABLED_SERVICES)
64
+PACKAGES=$(get_packages general,$ENABLED_SERVICES)
65 65
 PACKAGES="$PACKAGES $(get_plugin_packages)"
66 66
 
67 67
 if is_ubuntu && echo $PACKAGES | grep -q dkms ; then