mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
use hash-arg install instead of install_p
fixes homebrew compatibility as of
64ae87bb92
refs #674
This commit is contained in:
parent
ba52f6377e
commit
826c8febb4
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue