Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
path prodiver did not add it to PATH but specificed the execution path
  • Loading branch information
Adrian Hornsby committed Sep 19, 2013
commit 3575871e7dfd0e306e8e728b0a811709e7766325
2 changes: 1 addition & 1 deletion recipes/install_from_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
bash "compile node.js (on #{node['nodejs']['make_threads']} cpu)" do
# OSX doesn't have the attribute so arbitrarily default 2
cwd "/usr/local/src/node-v#{node['nodejs']['version']}"
path "#{node['nodejs']['install_script_path']}"
code <<-EOH
PATH="#{node['nodejs']['install_script_path']}:$PATH"
./configure --prefix=#{node['nodejs']['dir']} && \
make -j #{node['nodejs']['make_threads']}
EOH
Expand Down