diff options
| author | Jack Nagel | 2014-03-19 20:21:16 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-19 21:42:17 -0500 | 
| commit | 015047840cc001c0028f3f8f30386d734698c677 (patch) | |
| tree | 624a9daf68ab96a53194971784cb63086ebe0fa1 | |
| parent | ad330aabdb0a5f42b7b4da3bf23834a83d4e1a6e (diff) | |
| download | homebrew-015047840cc001c0028f3f8f30386d734698c677.tar.bz2 | |
open-mesh: use patch DSL
| -rw-r--r-- | Library/Formula/open-mesh.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/open-mesh.rb b/Library/Formula/open-mesh.rb index bd9246f1d..3da6c9b9a 100644 --- a/Library/Formula/open-mesh.rb +++ b/Library/Formula/open-mesh.rb @@ -13,7 +13,7 @@ class OpenMesh < Formula    # Reported upstream and incorporated into 2.4.1 and 3:    # http://mailman.rwth-aachen.de/pipermail/openmesh/2013-November/000948.html -  def patches; DATA; end +  patch :DATA    def install      mkdir 'openmesh-build' do | 
