mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Change path of weatherrc in postinstall function to assist binary installs
This commit is contained in:
committed by
Kazushi (Jam) Marukawa
parent
18673147c3
commit
d88a70c34c
@@ -35,7 +35,6 @@ class Weather < Package
|
||||
|
||||
def self.postinstall
|
||||
system "if [ ! -d $HOME/.weather ]; then mkdir $HOME/.weather; fi"
|
||||
system "if [ ! -f $HOME/.weather/weatherrc ]; then cp weatherrc $HOME/.weather; fi"
|
||||
system "if [ ! -f $HOME/.weather/weatherrc ]; then cp #{CREW_PREFIX}/etc/weatherrc $HOME/.weather; fi"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user