diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tenyr.rb | 2 |
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 |
