Skip to content

Commit

Permalink
Merge pull request #57 from surma/master
Browse files Browse the repository at this point in the history
Allow prefixing install dir
  • Loading branch information
chris123457 committed Aug 29, 2012
2 parents fc18208 + 5a5b230 commit 72e0852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'erb'
desc "Install dotjs"
task :install => 'install:all'

DAEMON_INSTALL_DIR = "/usr/local/bin"
DAEMON_INSTALL_DIR = ENV['PREFIX'] || "/usr/local/bin"

namespace :install do
task :all => [ :prompt, :daemon, :create_dir, :agent, :chrome, :done ]
Expand Down

0 comments on commit 72e0852

Please sign in to comment.