Commit 72ba302b authored by Casey Strouse's avatar Casey Strouse

Abstract library directory using constant

parent 8862fe20
......@@ -16,7 +16,7 @@ class Erlang < Package
def self.build
system 'export ERL_OTP=`pwd`'
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