summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <philippe colliot>2014-09-24 11:01:37 +0200
committer <philippe colliot>2014-09-24 11:01:37 +0200
commit08ce7e7526ea8801bad4279e500771889b7813d6 (patch)
treedd02b93cfafa54151bda41269904f2011cbc289e
parent8d333d783b29795fd447cf221911ca5d7fe7228d (diff)
downloadpoi-service-08ce7e7526ea8801bad4279e500771889b7813d6.tar.gz
navigation: fix a bug with positioning API path
-rwxr-xr-xsrc/navigation/script/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/navigation/script/build.sh b/src/navigation/script/build.sh
index 4777771..528452d 100755
--- a/src/navigation/script/build.sh
+++ b/src/navigation/script/build.sh
@@ -105,7 +105,7 @@ set-path()
SENSORS_SERVICE_BIN_DIR=$POSITIONING_BIN_DIR/$SENSORS_SERVICE
ENHANCED_POSITION_SERVICE_SRC_DIR=$POSITIONING_SRC_DIR/$ENHANCED_POSITION_SERVICE
ENHANCED_POSITION_SERVICE_BIN_DIR=$POSITIONING_BIN_DIR/$ENHANCED_POSITION_SERVICE
- POSITIONING_API_DIR=$TOP_DIR/$POSITIONING/$ENHANCED_POSITION_SERVICE/api
+ POSITIONING_API_DIR=$POSITIONING_SRC_DIR/$ENHANCED_POSITION_SERVICE/api
NAVIT_SRC_DIR=$TOP_DIR/$NAVIT
NAVIT_BIN_DIR=$TOP_BIN_DIR/$NAVIT