Index: Jamroot =================================================================== --- Jamroot (revision 48485) +++ Jamroot (working copy) @@ -345,8 +345,8 @@ # Install to system location. -local install-requirements = - boost +install-requirements = + $(BOOST_ROOT)/boost ; if $(layout-versioned) { @@ -366,8 +366,8 @@ } local headers = - [ path.glob-tree boost : *.hpp *.ipp *.h *.inc : CVS ] - [ path.glob-tree boost/compatibility/cpp_c_headers : c* : CVS ] + [ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc : CVS ] + [ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS ] ; @@ -486,7 +486,7 @@ rule boost-install ( libraries * ) { package.install install - : /boost//install-headers $(install-requirements) + : /boost//install-proper-headers $(install-requirements) : # No binaries : $(libraries) : # No headers, it's handled by the dependency