From f3cb1c742236923a7450f77ca1fd7607ec6703fe Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Thu, 8 Sep 2011 12:48:05 +0200 Subject: Improved the Jamroot file. It is now possible to set the installation location of mppdown by setting the DIST variable. --- Jamroot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Jamroot') diff --git a/Jamroot b/Jamroot index cad807a..4c7508e 100644 --- a/Jamroot +++ b/Jamroot @@ -1,3 +1,7 @@ +import os ; + +local DIST = [ os.environ DIST ] ; + exe mppdown : [ glob-tree *.cpp ] : -lboost_program_options ; -install dist : mppdown : /usr/bin : release ; +install dist : mppdown : $(DIST)/usr/bin : release ; -- cgit v1.2.3-70-g09d2