diff options
| author | Jack Nagel | 2014-03-19 20:21:16 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-19 21:42:17 -0500 | 
| commit | ad330aabdb0a5f42b7b4da3bf23834a83d4e1a6e (patch) | |
| tree | 04e34384a2603f83506874cb95e499d01a89fda8 | |
| parent | e7354cd1cfc00b9f63064819a76caf5e6efe3644 (diff) | |
| download | homebrew-ad330aabdb0a5f42b7b4da3bf23834a83d4e1a6e.tar.bz2 | |
omniorb: use patch DSL
| -rw-r--r-- | Library/Formula/omniorb.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Library/Formula/omniorb.rb b/Library/Formula/omniorb.rb index 2907ea000..78f53530c 100644 --- a/Library/Formula/omniorb.rb +++ b/Library/Formula/omniorb.rb @@ -13,9 +13,7 @@ class Omniorb < Formula    end    # http://www.omniorb-support.com/pipermail/omniorb-list/2012-February/031202.html -  def patches -    DATA -  end +  patch :DATA    def install      system "./configure", "--prefix=#{prefix}" | 
