diff options
| -rw-r--r-- | Library/Formula/vsftpd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vsftpd.rb b/Library/Formula/vsftpd.rb index 5c61985ee..e02d739ca 100644 --- a/Library/Formula/vsftpd.rb +++ b/Library/Formula/vsftpd.rb @@ -8,7 +8,7 @@ class Vsftpd < Formula option "openssl", "Build with OpenSSL" # Patch so vsftpd doesn't depend on UTMPX, and can't find OS X's PAM library. - def patches; DATA; end + patch :DATA def install if build.include? "openssl" |
