Commit c0d3bc13 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #368 from jam7/fix-ffcall

Need some modification to install ffcall.
parents b7d1ecc8 c64484e8
......@@ -12,6 +12,10 @@ class Ffcall < Package
def self.install
system "make check"
# ffcall's `make install` doesn't create intermediate directory, so prepare for it here.
system "mkdir", "-p", "#{CREW_DEST_DIR}/usr/local"
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
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