mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Abstract library directory using constant
This commit is contained in:
@@ -16,7 +16,7 @@ class Erlang < Package
|
|||||||
|
|
||||||
def self.build
|
def self.build
|
||||||
system 'export ERL_OTP=`pwd`'
|
system 'export ERL_OTP=`pwd`'
|
||||||
system "./configure --prefix=#{CREW_PREFIX}"
|
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
|
||||||
system 'make'
|
system 'make'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user