I didn't see a track ticket for Boost.  I could open one and attach a
patch, but only if anyone is interested in adding it.

Works for me boost_1_43_0:
{{{
./bootstrap.sh --prefix=/usr
./bjam
./bjam install

# install the new bjam
install -v bjam /usr/bin

# install the html docs
bdocdir="/usr/share/doc/boost-1.43.0"
for dir in `find doc/html -type d`
do
   subdir=`echo "${dir}" | sed -e 's|doc/||'`
   install -v -m755 -d ${bdocdir}/${subdir}
   install -v -m644 ${dir}/* ${bdocdir}/${subdir}
done
}}}

---
David Jensen
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to