Commit e7b22a1f authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #321 from jam7/libffi-crew_dest_dir

Changed to use #{CREW_DEST_DIR} in libffi.rb
parents c8d89481 83bfe0bb
require 'package'
class Libffi < Package
version '3.0.13'
version '3.0.13-1'
source_url 'ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz'
source_sha1 'f5230890dc0be42fb5c58fbf793da253155de106'
......@@ -13,6 +13,6 @@ class Libffi < Package
end
def self.install
system "make", "install"
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