aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:19 -0500
committerJack Nagel2014-03-20 21:44:13 -0500
commit9788bce70d2a79ade6bbfdbc742128cce74f0532 (patch)
treeea9374e0795d01ad61859422a0ba24501187a277 /Library/Formula
parent1f0590a98b8c60e3ca9563df5ae7449c33da179c (diff)
downloadhomebrew-9788bce70d2a79ade6bbfdbc742128cce74f0532.tar.bz2
sane-backends: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sane-backends.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/sane-backends.rb b/Library/Formula/sane-backends.rb
index 34ae397d0..7c364b5e1 100644
--- a/Library/Formula/sane-backends.rb
+++ b/Library/Formula/sane-backends.rb
@@ -14,9 +14,7 @@ class SaneBackends < Formula
# Fixes u_long missing error. Reported upstream:
# https://github.com/fab1an/homebrew/commit/2a716f1a2b07705aa891e2c7fbb5148506aa5a01
# When updating this formula, check on the usptream status of this patch.
- def patches
- DATA
- end
+ patch :DATA
def install
ENV.universal_binary if build.universal?