Commit 19880edb authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Update libxfont prefix

parent 8b390436
......@@ -11,7 +11,7 @@ class Libxfont < Package
depends_on 'freetype'
def self.build
system "./configure --prefix=#{CREW_PREFIX}"
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