Commit 1ea2f3b0 authored by Casey Strouse's avatar Casey Strouse

Abstract prefix and libdir using constants

parent 36973709
...@@ -22,6 +22,8 @@ class Texinfo < Package ...@@ -22,6 +22,8 @@ class Texinfo < Package
def self.build def self.build
# configure and make # configure and make
system './configure', system './configure',
"--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}",
'--with-external-Text-Unidecode', '--with-external-Text-Unidecode',
'--with-external-Unicode-EastAsianWidth' '--with-external-Unicode-EastAsianWidth'
system "make" system "make"
......
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