diff options
| author | Jack Nagel | 2014-03-18 16:51:41 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 11:13:04 -0500 |
| commit | d0c0730b6dedc234d305799be9cbc6a56eb4fee8 (patch) | |
| tree | def270c09dfcabf3e34c5de324f8a6b23d0e2503 /Library | |
| parent | 72ec375e9f4c9e2ea22c45cd6d62cdf06847124e (diff) | |
| download | homebrew-d0c0730b6dedc234d305799be9cbc6a56eb4fee8.tar.bz2 | |
fceux: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fceux.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fceux.rb b/Library/Formula/fceux.rb index 6b40794ee..25b468c4a 100644 --- a/Library/Formula/fceux.rb +++ b/Library/Formula/fceux.rb @@ -17,7 +17,7 @@ class Fceux < Formula # Make scons honor PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR # Reported upstream: https://sourceforge.net/p/fceultra/bugs/625 - def patches; DATA; end + patch :DATA def install args = [] |
