diff options
Diffstat (limited to 'Library')
| -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" |
