diff options
| author | Jack Nagel | 2014-03-17 22:44:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-17 22:47:05 -0500 |
| commit | e8299685ae26880997caeab458fe424b6a7272f3 (patch) | |
| tree | f7658c06b8efab1ac97fd2a2b20c2e788b0ce064 /Library/Formula/aplus.rb | |
| parent | f15407f67aa26c71abbbd42be249201a735c8003 (diff) | |
| download | homebrew-e8299685ae26880997caeab458fe424b6a7272f3.tar.bz2 | |
aplus: use patch DSL
Diffstat (limited to 'Library/Formula/aplus.rb')
| -rw-r--r-- | Library/Formula/aplus.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/aplus.rb b/Library/Formula/aplus.rb index 7c8fc1e3b..22d6fc41f 100644 --- a/Library/Formula/aplus.rb +++ b/Library/Formula/aplus.rb @@ -8,9 +8,7 @@ class Aplus < Formula # Fix the missing CoreServices include (via Fink version of aplus) # Fix C++ syntax errors for clang - def patches - DATA - end + patch :DATA def install # replace placeholder w/ actual prefix |
