Commit 52480316 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Change install section as requested by @jam7

parent 3f7db7d3
......@@ -12,8 +12,6 @@ class Boost < Package
end
def self.install
system "./b2 -a install"
system "mkdir -p #{CREW_DEST_DIR}/usr/local/lib"
system "cp /usr/local/lib/libboost_* #{CREW_DEST_DIR}/usr/local/lib"
system "./b2 -a --prefix=#{CREW_DEST_DIR}#{CREW_PREFIX} --libdir=#{CREW_DEST_DIR}#{CREW_LIB_PREFIX} 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