diff options
| author | Jack Nagel | 2014-03-20 14:05:16 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 14:05:16 -0500 |
| commit | 02cc874f9a754341780772ffd2fadff8aef8ae2d (patch) | |
| tree | 285de6749a0ca4b1b78dddfc2c045f4c1b139370 /Library/Formula | |
| parent | 0d7bade840153baf828ddce1a42903b96bb9fb44 (diff) | |
| download | homebrew-02cc874f9a754341780772ffd2fadff8aef8ae2d.tar.bz2 | |
peervpn: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/peervpn.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/peervpn.rb b/Library/Formula/peervpn.rb index 8f5ef9be4..9fb9d5863 100644 --- a/Library/Formula/peervpn.rb +++ b/Library/Formula/peervpn.rb @@ -8,7 +8,7 @@ class Peervpn < Formula depends_on "tuntap" - def patches; DATA; end if MacOS.version == :snow_leopard + patch :DATA if MacOS.version == :snow_leopard def install system "make" |
