aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index 1d67cb2cd..42ef95951 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -58,7 +58,9 @@ class Macvim < Formula
end
# Reference: https://github.com/b4winckler/macvim/wiki/building
- system "cd src/MacVim/icons && make getenvy"
+ cd 'src/MacVim/icons' do
+ system "make getenvy"
+ end
system "make"