Replace /usr/local with #{CREW_PREFIX}

This commit is contained in:
Ed Reel
2017-08-06 22:32:50 -05:00
committed by Kazushi (Jam) Marukawa
parent 7bdd2a4b7f
commit 517333d804

View File

@@ -37,7 +37,7 @@ class Nginx < Package
puts
puts "To completely remove nginx, perform the following:".lightblue
puts "crew remove nginx".lightblue
puts "sudo rm -rf /usr/local/nginx".lightblue
puts "sudo rm -rf #{CREW_PREFIX}/nginx".lightblue
puts
end
end