aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:20 -0500
committerJack Nagel2014-03-20 21:44:14 -0500
commit856878636f6d95fab53edd0b3fe8512a6498a7aa (patch)
tree8500039aa4e57a23da3a8eec35b868c497ec1bd9 /Library/Formula
parent410a2d0ff25312ebf11875e4657022f301eef4d1 (diff)
downloadhomebrew-856878636f6d95fab53edd0b3fe8512a6498a7aa.tar.bz2
squashfs: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/squashfs.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/squashfs.rb b/Library/Formula/squashfs.rb
index ff057128d..506b0800e 100644
--- a/Library/Formula/squashfs.rb
+++ b/Library/Formula/squashfs.rb
@@ -13,9 +13,7 @@ class Squashfs < Formula
end
# The instructions for this software say to do this on OS X
- def patches
- { :p0 => DATA }
- end
+ patch :p0, :DATA
def install
cd 'squashfs-tools' do