aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tenyr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tenyr.rb b/Library/Formula/tenyr.rb
index 7a80e9627..c2088a541 100644
--- a/Library/Formula/tenyr.rb
+++ b/Library/Formula/tenyr.rb
@@ -16,7 +16,7 @@ class Tenyr < Formula
end
def install
- bison = Formula.factory('bison').bin/"bison"
+ bison = Formula["bison"].bin/"bison"
inreplace "Makefile" do |s|
s.gsub! "bison", bison