mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 16:08:08 -05:00
Change expect.rb to install correct library directory
This commit is contained in:
@@ -10,7 +10,7 @@ class Expect < Package
|
||||
depends_on "tcl"
|
||||
|
||||
def self.build
|
||||
system "./configure", "--prefix=/usr/local"
|
||||
system "./configure", "--prefix=#{CREW_PREFIX}", "--libdir=#{CREW_LIB_PREFIX}"
|
||||
system "make"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user