diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/emacs.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 92bef6bef..995ec0c61 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -15,7 +15,8 @@ class Emacs <Formula "--disable-debug", "--disable-dependency-tracking", "--without-x" - system "make; make install" + system "make" + system "make install" end end |
