diff options
| author | Jack Nagel | 2014-03-20 14:05:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 23:31:21 -0500 |
| commit | 27e2dfd092b79800ac4eafa7d2a89c47005b5aa8 (patch) | |
| tree | 447fe2eaae8a136cdd7bb8af9d7025e7fb2b615e /Library/Formula/vsftpd.rb | |
| parent | 32cb8697b2a90ac96deb19f077966d3f47cee9b3 (diff) | |
| download | homebrew-27e2dfd092b79800ac4eafa7d2a89c47005b5aa8.tar.bz2 | |
vsftpd: use patch DSL
Diffstat (limited to 'Library/Formula/vsftpd.rb')
| -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" |
