mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Replace /usr/local with #{CREW_PREFIX}
This commit is contained in:
committed by
Kazushi (Jam) Marukawa
parent
7bdd2a4b7f
commit
517333d804
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user