Skip to content

Commit

Permalink
Add PERL_PATH to git installer
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic authored and thrashr888 committed Jan 26, 2010
1 parent d97f8d7 commit 44e867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/src/install.sake
Expand Up @@ -26,7 +26,7 @@ namespace 'git' do

FileUtils.chdir git_src_folder do
puts "Installing to #{target_base_folder}"
sh "make prefix=#{target_base_folder} all"
sh "PERL_PATH='/usr/bin/env perl' make prefix=#{target_base_folder} all"
sh "sudo make prefix=#{target_base_folder} install all"
end
end
Expand Down

0 comments on commit 44e867e

Please sign in to comment.