aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/peervpn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/peervpn.rb b/Library/Formula/peervpn.rb
index ad6893470..2eceef443 100644
--- a/Library/Formula/peervpn.rb
+++ b/Library/Formula/peervpn.rb
@@ -13,7 +13,7 @@ class Peervpn < Formula
def install
system "make"
bin.install "peervpn"
- etc.install "peervpn.conf" unless (etc/'peervpn.conf').exist?
+ etc.install "peervpn.conf"
end
def caveats; <<-EOS.undent