Update cmatrix following suggestions

parent b3ebd8aa
......@@ -11,7 +11,7 @@ class Cmatrix < Package
depends_on 'ncurses'
def self.build
system 'CPPFLAGS=-I/usr/local/include/ncurses ./configure --prefix=/usr/local'
system "CPPFLAGS=-I#{CREW_PREFIX}/include/ncurses ./configure --prefix=#{CREW_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