Commit 578ee8e0 authored by Bjoern's avatar Bjoern

specify CREW_PREFIX on configure step

parent faf1ddaf
......@@ -24,7 +24,7 @@ class Htop < Package
depends_on 'ncurses'
def self.build
system "./configure --disable-unicode"
system "./configure --prefix=#{CREW_PREFIX} --disable-unicode"
system "make"
end
......
......@@ -25,7 +25,7 @@ class Protobuf < Package
def self.build
system './autogen.sh'
system "./configure --prefix=/usr/local --libdir=#{CREW_LIB_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