summaryrefslogtreecommitdiff
path: root/src/poi-service/poi-manager-server/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/poi-service/poi-manager-server/build.sh')
-rwxr-xr-xsrc/poi-service/poi-manager-server/build.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/poi-service/poi-manager-server/build.sh b/src/poi-service/poi-manager-server/build.sh
index 9769fad..8fb1564 100755
--- a/src/poi-service/poi-manager-server/build.sh
+++ b/src/poi-service/poi-manager-server/build.sh
@@ -22,17 +22,17 @@ do
done
set -e
-if [ ! $COMMONAPI_TOOL_DIR ]
+if [ ! $COMMONAPI_TOOL_GENERATOR ]
then
- echo 'Set the dir of the common api tools'
- echo 'export COMMONAPI_TOOL_DIR=<path>'
+ echo 'Set the link to the common api generator'
+ echo 'export COMMONAPI_TOOL_GENERATOR=<tool>'
exit 1
fi
-if [ ! $COMMONAPI_DBUS_TOOL_DIR ]
+if [ ! $COMMONAPI_DBUS_TOOL_GENERATOR ]
then
- echo 'Set the dir of the common api dbus tools'
- echo 'export COMMONAPI_DBUS_TOOL_DIR=<path>'
+ echo 'Set the link to the common api dbus generator'
+ echo 'export COMMONAPI_DBUS_TOOL_GENERATOR=<tool>'
exit 1
fi
@@ -43,7 +43,7 @@ then
exit 1
fi
-commonapi_tools_option="-DDBUS_LIB_PATH="$DBUS_LIB_PATH" -DCOMMONAPI_DBUS_TOOL_DIR="$COMMONAPI_DBUS_TOOL_DIR" -DCOMMONAPI_TOOL_DIR="$COMMONAPI_TOOL_DIR
+commonapi_tools_option="-DDBUS_LIB_PATH="$DBUS_LIB_PATH" -DCOMMONAPI_DBUS_TOOL_GENERATOR="$COMMONAPI_DBUS_TOOL_GENERATOR" -DCOMMONAPI_TOOL_GENERATOR="$COMMONAPI_TOOL_GENERATOR
if [ "$clean" = 1 ]