aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/blahtexml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/blahtexml.rb')
-rw-r--r--Library/Formula/blahtexml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/blahtexml.rb b/Library/Formula/blahtexml.rb
index 75ba3ca80..8623977a0 100644
--- a/Library/Formula/blahtexml.rb
+++ b/Library/Formula/blahtexml.rb
@@ -8,7 +8,7 @@ class Blahtexml < Formula
depends_on 'xerces-c'
def install
- system "/usr/bin/make blahtex-mac blahtexml-mac"
+ system "make blahtex-mac blahtexml-mac"
bin.install 'blahtex', 'blahtexml'
end
end