Commit 0a4ae534 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Change /usr/local to #{CREW_PREFIX}

parent 9b5f76d4
......@@ -22,8 +22,8 @@ class Plowshare < Package
puts
puts "To add command completion for bash, execute the following:".lightblue
puts "echo '# plowdown completion' >> ~/.bashrc".lightblue
puts "echo 'if [ -f /usr/local/share/bash-completion/completions/plowdown ]; then' >> ~/.bashrc".lightblue
puts "echo ' source /usr/local/share/bash-completion/completions/plowdown' >> ~/.bashrc".lightblue
puts "echo 'if [ -f #{CREW_PREFIX}/share/bash-completion/completions/plowdown ]; then' >> ~/.bashrc".lightblue
puts "echo ' source #{CREW_PREFIX}/share/bash-completion/completions/plowdown' >> ~/.bashrc".lightblue
puts "echo 'fi' >> ~/.bashrc".lightblue
puts "source ~/.bashrc".lightblue
puts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment