diff options
Diffstat (limited to 'Library/Formula/boxes.rb')
| -rw-r--r-- | Library/Formula/boxes.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/boxes.rb b/Library/Formula/boxes.rb index 3e23e93b2..e8566c8e3 100644 --- a/Library/Formula/boxes.rb +++ b/Library/Formula/boxes.rb @@ -7,8 +7,8 @@ class Boxes <Formula    def install      # distro uses /usr/share/boxes change to prefix -    inreplace 'Makefile' do |contents|  -      contents.change_make_var! "GLOBALCONF", "#{share}/boxes-config" +    inreplace 'Makefile' do |s| +      s.change_make_var! "GLOBALCONF", "#{share}/boxes-config"      end      system "make" | 
