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

Change path of weatherrc in postinstall function to assist binary installs

parent 18673147
......@@ -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
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