sshfs: use patch DSL
This commit is contained in:
parent
acc7651db2
commit
93182ac854
1 changed files with 2 additions and 4 deletions
|
@ -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[
|
||||
|
|
Loading…
Reference in a new issue