summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
author <philippe colliot>2014-09-25 18:51:00 +0200
committer <philippe colliot>2014-09-25 18:51:00 +0200
commit6351c16670f3396ff13e42ae41adf1aa63b1d8f9 (patch)
treeb5d6728e9eaea5274f0bcc3a58863615e00b23d0 /src/script
parent89ad17b6e65ec3bd122c29f287f9325b9749c557 (diff)
downloadnavigation-6351c16670f3396ff13e42ae41adf1aa63b1d8f9.tar.gz
fsa: fix some pb with transparency
Diffstat (limited to 'src/script')
-rwxr-xr-xsrc/script/build.sh4
-rwxr-xr-xsrc/script/run2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/script/build.sh b/src/script/build.sh
index 744bbed..03681fe 100755
--- a/src/script/build.sh
+++ b/src/script/build.sh
@@ -17,7 +17,7 @@
# @licence end@
###########################################################################
TOP_DIR=$PWD/..
-TOP_BIN_DIR=$TOP_DIR/bin
+TOP_BIN_DIR=$TOP_DIR/../bin
#include common settings
source fsa-config.sh
@@ -48,7 +48,7 @@ build() {
echo ''
echo 'Building fuel stop advisor'
- cd $TOP_DIR
+ cd $TOP_DIR/..
mkdir -p bin
cd $TOP_BIN_DIR
cmake $TOP_DIR
diff --git a/src/script/run b/src/script/run
index 94df8c0..c48ad16 100755
--- a/src/script/run
+++ b/src/script/run
@@ -28,7 +28,7 @@
###########################################################################
TOP_DIR=$PWD/..
-TOP_BIN_DIR=$TOP_DIR/bin
+TOP_BIN_DIR=$TOP_DIR/../bin
SCRIPT_DIR=$PWD
#include common settings