Skip to content

Commit

Permalink
ncp: use patch DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jun 17, 2014
1 parent 321d3cc commit ad76d98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/ncp.rb
Expand Up @@ -8,9 +8,10 @@ class Ncp < Formula

depends_on "libowfat"

def patches
# fixes man and libowfat paths and "strip" command in Makefile
"https://gist.githubusercontent.com/plumbojumbo/9331146/raw/560e46a688ac9493ffbc1464e59cc062c0940532/GNUmakefile.diff"
# fixes man and libowfat paths and "strip" command in Makefile
patch do
url "https://gist.githubusercontent.com/plumbojumbo/9331146/raw/560e46a688ac9493ffbc1464e59cc062c0940532/GNUmakefile.diff"
sha1 "2c187e6c6bfd87b08c9573f97b0d220228d2e14e"
end

def install
Expand Down

0 comments on commit ad76d98

Please sign in to comment.