From 826c8febb434fcf32ec2f05abfac486f9c67908c Mon Sep 17 00:00:00 2001 From: phinze Date: Sun, 7 Jul 2013 09:21:15 -0500 Subject: [PATCH] use hash-arg install instead of install_p fixes homebrew compatibility as of https://github.com/mxcl/homebrew/commit/64ae87bb9249ad1fc686881770a049026f577beb refs #674 --- brew-cask.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew-cask.rb b/brew-cask.rb index 12cc85aab..b34273615 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -10,7 +10,7 @@ class BrewCask < Formula skip_clean 'bin' def install - prefix.install_p 'lib', 'rubylib' + prefix.install 'lib' => 'rubylib' inreplace 'bin/brew-cask.rb', '/lib', '/rubylib' prefix.install 'Casks', 'bin'