diff options
| author | Jack Nagel | 2014-03-20 14:05:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:14 -0500 |
| commit | 8e2d756786037e97d2139df8a6a465fbf7f14713 (patch) | |
| tree | dd609a1402e1c6168b4a3c68c1bd2ea840a0ce33 /Library/Formula/sshfs.rb | |
| parent | ab73ff6b564e9523f9e9b81f7c5fc0be4e009a10 (diff) | |
| download | homebrew-8e2d756786037e97d2139df8a6a465fbf7f14713.tar.bz2 | |
sshfs: use patch DSL
Diffstat (limited to 'Library/Formula/sshfs.rb')
| -rw-r--r-- | Library/Formula/sshfs.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb index 7ed46f8cf..89bbbae0d 100644 --- a/Library/Formula/sshfs.rb +++ b/Library/Formula/sshfs.rb @@ -23,10 +23,8 @@ class Sshfs < Formula depends_on 'glib' depends_on :xcode - def patches - # Fixes issue https://github.com/osxfuse/sshfs/pull/4 - DATA - end + # Fixes issue https://github.com/osxfuse/sshfs/pull/4 + patch :DATA def install args = %W[ |
