fixed bug with etc. Added to readme (#18)

This commit is contained in:
Peter Brunner 2017-11-01 17:37:40 -04:00 committed by John Belamaric
parent 5bdbf578d9
commit ddf67e8f98
2 changed files with 18 additions and 3 deletions

View file

@ -58,6 +58,7 @@ class Coredns < Formula
end
(buildpath/"Corefile.example").write default_coredns_config
(etc/"coredns").mkpath
etc.install "Corefile.example" => "coredns/Corefile"
end