diff options
| -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 |
