aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-10 01:17:59 -0500
committerJack Nagel2014-05-10 01:17:59 -0500
commit754312f24c93c77205f0a90e92e05e10df3be95a (patch)
tree569aaecb8003052ab5625f549266f97285270c2a /Library/Formula/macvim.rb
parent3fa4062fba2e988360f99e3752e92cd5b4fb08e0 (diff)
downloadhomebrew-754312f24c93c77205f0a90e92e05e10df3be95a.tar.bz2
macvim: use make -C
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb4
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", ""