Tweaks to make install work in linux.

This commit is contained in:
2014-10-10 22:56:34 +00:00
parent 72d7a0f72b
commit 85aa879620
5 changed files with 25 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ def all(ctx):
ESSENTIAL = (
"emacs", "tmux", "python --with-brewed-openssl", "htop", "greadlink", "zsh", "make",
"emacs", "tmux", "python --with-brewed-openssl", "htop", "zsh", "make",
"macvim --override-system-vim --custom-system-icons --with-features=huge "
"--enable-rubyinterp --enable-pythoninterp --enable-perlinterp --enable-cscope"
)