Skip to content

Commit cc6d6a1

Browse files
committed
fix symlink path in Jamroot when using --prefix
1 parent 4a7f16b commit cc6d6a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jamroot

+4-4
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ if [ path.exists $(TOP)/dist ] && $(prefix) != dist {
338338
}
339339

340340
#local temp = [ _shell "bash source ./s.sh" ] ;
341-
local temp = [ _shell "mkdir -p $(TOP)/bin" ] ;
342-
local temp = [ _shell "rm -f $(TOP)/bin/moses_chart" ] ;
343-
local temp = [ _shell "cd $(TOP)/bin && ln -sf moses moses_chart" ] ;
344-
local temp = [ _shell "cd $(TOP)/bin && ln -sf CreateProbingPT CreateProbingPT2" ] ;
341+
local temp = [ _shell "mkdir -p $(PREFIX)/bin" ] ;
342+
local temp = [ _shell "rm -f $(PREFIX)/bin/moses_chart" ] ;
343+
local temp = [ _shell "cd $(PREFIX)/bin && ln -sf moses moses_chart" ] ;
344+
local temp = [ _shell "cd $(PREFIX)/bin && ln -sf CreateProbingPT CreateProbingPT2" ] ;
345345

0 commit comments

Comments
 (0)