aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/greg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/greg.rb')
-rw-r--r--Library/Formula/greg.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/greg.rb b/Library/Formula/greg.rb
index 00f17af88..881d01605 100644
--- a/Library/Formula/greg.rb
+++ b/Library/Formula/greg.rb
@@ -5,8 +5,8 @@ class Greg <Formula
homepage 'http://github.com/nddrylliog/greg'
def install
- inreplace 'Makefile' do |contents|
- contents.change_make_var! "PREFIX", prefix
+ inreplace 'Makefile' do |s|
+ s.change_make_var! "PREFIX", prefix
end
bin.mkdir