Commit f8713d19 authored by James Larrowe's avatar James Larrowe Committed by Ed Reel

Fixed invalid environment variable CREW_LIB_DIR (#2367)

parent 33f32a1d
......@@ -11,7 +11,7 @@ class Fakeroot < Package
def self.build
system "./bootstrap"
system "./configure", "--prefix=#{CREW_PREFIX}", "--libdir=#{CREW_LIB_DIR}"
system "./configure", "--prefix=#{CREW_PREFIX}", "--libdir=#{CREW_LIB_PREFIX}"
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