Commit 5ab2c3f0 authored by Casey Strouse's avatar Casey Strouse

add prefix and libdir using constants

parent cbfd3d23
......@@ -22,7 +22,10 @@ class R < Package
depends_on 'readline'
def self.build
system './configure', '--with-x=no' # X is not available
system './configure',
"--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}",
'--with-x=no' # X is not available
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