Skip to content

Commit

Permalink
editorconfig: add --HEAD
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#19961.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
xuhdev authored and adamv committed May 21, 2013
1 parent 46db5bd commit d3fe4ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/editorconfig.rb
Expand Up @@ -7,6 +7,8 @@ class Editorconfig < Formula

depends_on 'cmake' => :build

head 'https://github.com/editorconfig/editorconfig-core-c.git', :branch => 'master'

def install
system "cmake", ".", "-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}"
system "make install"
Expand Down

0 comments on commit d3fe4ce

Please sign in to comment.