Fix typo.

parent e34c5069
......@@ -13,7 +13,7 @@ class Curl < Package
depends_on 'groff' => :build
def self.build
system "./configure", "--lidir=#{CREW_LIB_PREFIX}", "--disable-static"
system "./configure", "--libdir=#{CREW_LIB_PREFIX}", "--disable-static"
system "make"
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