diff options
| author | Jack Nagel | 2014-03-20 14:05:16 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-20 14:05:16 -0500 | 
| commit | 12a3e0330b180705b02f37b9205dd65c99b9ed04 (patch) | |
| tree | 02f6c92ad458ad1cc80d1c7052bd0b42139a6938 /Library/Formula/phoronix-test-suite.rb | |
| parent | 02cc874f9a754341780772ffd2fadff8aef8ae2d (diff) | |
| download | homebrew-12a3e0330b180705b02f37b9205dd65c99b9ed04.tar.bz2 | |
phoronix-test-suite: use patch DSL
Diffstat (limited to 'Library/Formula/phoronix-test-suite.rb')
| -rw-r--r-- | Library/Formula/phoronix-test-suite.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/phoronix-test-suite.rb b/Library/Formula/phoronix-test-suite.rb index 77db858cb..513b4d88e 100644 --- a/Library/Formula/phoronix-test-suite.rb +++ b/Library/Formula/phoronix-test-suite.rb @@ -5,7 +5,7 @@ class PhoronixTestSuite < Formula    url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-5.0.0'    sha1 'efb029861e81311361035c7140fa55ceeae484f6' -  def patches; DATA; end +  patch :DATA    def install      system "./install-sh", prefix  | 
