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
Next Next commit
fix string
  • Loading branch information
Adrian Hornsby committed Sep 17, 2013
commit cafc98def8eae16ee847eafecc75d537f6c2b1d2
2 changes: 1 addition & 1 deletion recipes/install_from_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
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']/bin}"
path "#{node['nodejs']['install_script_path']}/bin"
code <<-EOH
./configure --prefix=#{node['nodejs']['dir']} && \
make -j #{node['nodejs']['make_threads']}
Expand Down