peervpn: use new etc.install overwrite handling.

master
Mike McQuaid 2013-10-07 15:16:45 +01:00
parent 6534a0fb65
commit ddc2fff73c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Peervpn < Formula
def install def install
system "make" system "make"
bin.install "peervpn" bin.install "peervpn"
etc.install "peervpn.conf" unless (etc/'peervpn.conf').exist? etc.install "peervpn.conf"
end end
def caveats; <<-EOS.undent def caveats; <<-EOS.undent