Changed to use #{CREW_DEST_DIR}

parent c8d89481
...@@ -13,6 +13,6 @@ class Libffi < Package ...@@ -13,6 +13,6 @@ class Libffi < Package
end end
def self.install def self.install
system "make", "install" system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end end
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