fix symlink path in Jamroot when using --prefix

This commit is contained in:
Scherrer Yves 2018-02-20 12:09:32 +02:00
parent 4a7f16b366
commit cc6d6a14a2

View File

@ -338,8 +338,8 @@ if [ path.exists $(TOP)/dist ] && $(prefix) != dist {
}
#local temp = [ _shell "bash source ./s.sh" ] ;
local temp = [ _shell "mkdir -p $(TOP)/bin" ] ;
local temp = [ _shell "rm -f $(TOP)/bin/moses_chart" ] ;
local temp = [ _shell "cd $(TOP)/bin && ln -sf moses moses_chart" ] ;
local temp = [ _shell "cd $(TOP)/bin && ln -sf CreateProbingPT CreateProbingPT2" ] ;
local temp = [ _shell "mkdir -p $(PREFIX)/bin" ] ;
local temp = [ _shell "rm -f $(PREFIX)/bin/moses_chart" ] ;
local temp = [ _shell "cd $(PREFIX)/bin && ln -sf moses moses_chart" ] ;
local temp = [ _shell "cd $(PREFIX)/bin && ln -sf CreateProbingPT CreateProbingPT2" ] ;