0
0
mirror of https://github.com/tj/n.git synced 2024-11-28 10:26:23 +01:00

moar jobs

This commit is contained in:
TJ Holowaychuk 2011-11-05 12:02:15 -07:00
parent 26bea532be
commit c5a8d5e636

2
bin/n
View File

@ -170,7 +170,7 @@ install_node() {
cd "$N_PREFIX/n/node-v$version" \
&& ./configure --prefix $VERSIONS_DIR/$version $config\
&& make install \
&& JOBS=4 make install \
&& cd .. \
&& cleanup $version \
&& mkdir -p $dir \