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:
authorHieu Hoang <fishandfrolick@gmail.com>2012-05-31 15:55:05 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-05-31 15:55:05 +0400
commit465c5cbf97c63585daef93c29fb90f14a763cbfd (patch)
tree8abbda708f26cb13974258d7122ad6269f996eb2 /jam-files/sanity.jam
parentbeb2256dbaf420ed525cc8354617ead0db315060 (diff)
move all executables into bin
Diffstat (limited to 'jam-files/sanity.jam')
-rw-r--r--jam-files/sanity.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 7b93cf36f..76763f98d 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -159,7 +159,7 @@ prefix = [ option.get "prefix" ] ;
if $(prefix) {
prefix = [ path.root $(prefix) [ path.pwd ] ] ;
} else {
- prefix = $(TOP)/dist$(GITTAG) ;
+ prefix = $(TOP)$(GITTAG) ;
}
rule install-bin-libs ( deps * ) {
local bindir = [ option.get "bindir" : $(prefix)/bin ] ;