aboutsummaryrefslogtreecommitdiffstats
path: root/b2qt-init-build-env
diff options
context:
space:
mode:
Diffstat (limited to 'b2qt-init-build-env')
-rwxr-xr-xb2qt-init-build-env4
1 files changed, 2 insertions, 2 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env
index cd5952fa..c9c5f46b 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -174,8 +174,8 @@ init() {
${REPO} init ${REPO_URL} -u ${PWD}/.repo/repo -b default -m ${MANIFEST} -g "${PROJECT_GROUPS}" ${REFERENCE}
${REPO} sync
- if [ ! -e "sources/meta-b2qt" ]; then
- ln -s ${DIR} sources/meta-b2qt
+ if [ ! -e "sources/meta-boot2qt" ]; then
+ ln -s ${DIR} sources/meta-boot2qt
fi
if [ ! -e "sources/meta-qt5" ] && [ -e "${DIR}/../meta-qt5" ]; then