summaryrefslogtreecommitdiff
path: root/tools/build-deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build-deploy.sh')
-rwxr-xr-xtools/build-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-deploy.sh b/tools/build-deploy.sh
index 9d5f3cf..f8c504e 100755
--- a/tools/build-deploy.sh
+++ b/tools/build-deploy.sh
@@ -63,7 +63,7 @@ fi
LOGFILE=/tmp/$PROJECTFOLDER-build.txt
# Build project
-scratchbox -s <<EOF
+/scratchbox/login -s <<EOF
cd $PROJECTFOLDER
export PATH=/opt/qt5/bin:\$PATH
$BUILD_COMMAND 2>&1 | tee $LOGFILE