diff options
| author | Jack Nagel | 2014-05-10 01:17:59 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-10 01:17:59 -0500 |
| commit | 754312f24c93c77205f0a90e92e05e10df3be95a (patch) | |
| tree | 569aaecb8003052ab5625f549266f97285270c2a /Library/Formula/macvim.rb | |
| parent | 3fa4062fba2e988360f99e3752e92cd5b4fb08e0 (diff) | |
| download | homebrew-754312f24c93c77205f0a90e92e05e10df3be95a.tar.bz2 | |
macvim: use make -C
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index e429d4e47..0e9518b69 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -117,9 +117,7 @@ class Macvim < Formula if build.include? "custom-icons" # Get the custom font used by the icons - cd 'src/MacVim/icons' do - system "make getenvy" - end + system "make", "-C", "src/MacVim/icons", "getenvy" else # Building custom icons fails for many users, so off by default. inreplace "src/MacVim/icons/Makefile", "$(MAKE) -C makeicns", "" |
