spec/data/complicated/config/software/util-macros.rb in omnibus-3.2.1 vs spec/data/complicated/config/software/util-macros.rb in omnibus-3.2.2

- old
+ new

@@ -39,8 +39,8 @@ } end build do command "./configure --prefix=#{install_dir}/embedded", :env => configure_env - command "make -j #{max_build_jobs}", :env => configure_env - command "make -j #{max_build_jobs} install", :env => configure_env + command "make -j #{workers}", :env => configure_env + command "make -j #{workers} install", :env => configure_env end