aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ledit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ledit.rb')
-rw-r--r--Library/Formula/ledit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ledit.rb b/Library/Formula/ledit.rb
index ef1665677..843d900e6 100644
--- a/Library/Formula/ledit.rb
+++ b/Library/Formula/ledit.rb
@@ -9,7 +9,7 @@ class Ledit <Formula
depends_on 'camlp5'
def install
- # like camlp5, this build fails if the jobs are parallelized
+ # like camlp5, this build fails if the jobs are parallelized
system "make -j 1 BINDIR=#{bin} LIBDIR=#{lib} MANDIR=#{man}"
system "make install BINDIR=#{bin} LIBDIR=#{lib} MANDIR=#{man}"
end