Skip to content

Commit

Permalink
Update brew cask
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
  • Loading branch information
stephencelis committed Dec 28, 2015
1 parent f6cc62e commit a20a739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -71,9 +71,9 @@ homebrew := $(homebrew_root)/bin/brew
$(homebrew):
ruby -e "$$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew_cask := $(cellar)/brew-cask
brew_cask := $(taps)/caskroom/homebrew-cask
$(brew_cask): | $(homebrew)
brew install Caskroom/cask/brew-cask
brew tap Caskroom/cask

$(prefixed_formulae): | $(homebrew)
brew install $(notdir $@)
Expand Down

0 comments on commit a20a739

Please sign in to comment.