We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7f16b commit cc6d6a1Copy full SHA for cc6d6a1
Jamroot
@@ -338,8 +338,8 @@ if [ path.exists $(TOP)/dist ] && $(prefix) != dist {
338
}
339
340
#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" ] ;
+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" ] ;
345
0 commit comments