Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-11-29 20:14:38 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-29 20:14:38 +0400
commit47ecfe6c705ad9360d8498df1ebd852f27a0be26 (patch)
tree1dd996cba30cc400c8c30a8cc455b607aad3170b /scripts
parenta6391168470046d7556adfe545c2103d3b6ad8d9 (diff)
Fix symal install location
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Jamfile b/scripts/Jamfile
index bfc9c65f4..63134c19f 100644
--- a/scripts/Jamfile
+++ b/scripts/Jamfile
@@ -39,7 +39,7 @@ if $(location) {
install phrase-extract : training/phrase-extract//released-programs : <location>$(location)/training/phrase-extract ;
install lexical-reordering : training/lexical-reordering//score : <location>$(location)/training/lexical-reordering ;
- install symal : training/symal//symal : <location>$(location)/symal ;
+ install symal : training/symal//symal : <location>$(location)/training/symal ;
if $(WITH-GIZA) != no {
install train-model : training//train-model.perl : <location>$(location)/training ;