diff options
| author | Jack Nagel | 2014-03-18 12:13:31 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-18 14:52:51 -0500 | 
| commit | 6a892e0198f38c862478339a4c1dbc5726f7a35a (patch) | |
| tree | 8c0ec6b5279bc9152f9f88796649060547aafa01 | |
| parent | 4c3dfc9677721b692b8dd2cdc0f7a8f0c4298945 (diff) | |
| download | homebrew-6a892e0198f38c862478339a4c1dbc5726f7a35a.tar.bz2 | |
cppunit: use patch DSL
| -rw-r--r-- | Library/Formula/cppunit.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Library/Formula/cppunit.rb b/Library/Formula/cppunit.rb index 1c93545dc..e363ea2f3 100644 --- a/Library/Formula/cppunit.rb +++ b/Library/Formula/cppunit.rb @@ -7,9 +7,7 @@ class Cppunit < Formula    option :universal -  def patches -    DATA -  end +  patch :DATA    def install      ENV.universal_binary if build.universal? | 
