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-27 20:52:40 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-27 20:52:40 +0400
commit13664472d82270560cf8ef5ac899a65a8900d9aa (patch)
tree0f740e7ec1cd356f27caca5d55b7d6466febdc29 /scripts
parent63e08bbdd929d8d447709bd71211441a3924d78b (diff)
chmod +x train-model.perl
Diffstat (limited to 'scripts')
-rw-r--r--scripts/training/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/training/Jamfile b/scripts/training/Jamfile
index 26cec5a1d..e8571d65f 100644
--- a/scripts/training/Jamfile
+++ b/scripts/training/Jamfile
@@ -7,6 +7,7 @@ if $(WITH-GIZA) != no {
make train-model.perl : train-model.perl.missing_bin_dir : @missing_bin_dir ;
actions missing_bin_dir {
sed 's#^my \$BINDIR\s*=.*#my\ \$BINDIR=\"$(WITH-GIZA)\";#' $(>) >$(<)
+ chmod +x $(<)
}
install legacy : train-model.perl : <location>. ;