Change expect.rb to install correct library directory

parent 93b770ed
...@@ -10,7 +10,7 @@ class Expect < Package ...@@ -10,7 +10,7 @@ class Expect < Package
depends_on "tcl" depends_on "tcl"
def self.build def self.build
system "./configure", "--prefix=/usr/local" system "./configure", "--prefix=#{CREW_PREFIX}", "--libdir=#{CREW_LIB_PREFIX}"
system "make" system "make"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment