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

Make sure boost is uninstallable

parent 0edcf7a3
......@@ -8,10 +8,12 @@ class Boost < Package
source_sha256 '7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332'
def self.build
system './bootstrap.sh --prefix=/usr/local'
system './bootstrap.sh'
end
def self.install
system './b2 -a'
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"
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