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

- old
+ new

@@ -31,9 +31,9 @@ } build do command "./configure --prefix=#{install_dir}/embedded --enable-shared --enable-static", :env => configure_env command "mkdir -p #{install_dir}/embedded/man/man1" - command "make -j #{max_build_jobs}", :env => {"LD_RUN_PATH" => "#{install_dir}/embedded/lib"} + command "make -j #{workers}", :env => {"LD_RUN_PATH" => "#{install_dir}/embedded/lib"} command "make install" command "rm -rf #{install_dir}/embedded/man" end