summaryrefslogtreecommitdiffstats
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 cd5952f..c9c5f46 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -174,8 +174,8 @@ init() {
174 ${REPO} init ${REPO_URL} -u ${PWD}/.repo/repo -b default -m ${MANIFEST} -g "${PROJECT_GROUPS}" ${REFERENCE} 174 ${REPO} init ${REPO_URL} -u ${PWD}/.repo/repo -b default -m ${MANIFEST} -g "${PROJECT_GROUPS}" ${REFERENCE}
175 ${REPO} sync 175 ${REPO} sync
176 176
177 if [ ! -e "sources/meta-b2qt" ]; then 177 if [ ! -e "sources/meta-boot2qt" ]; then
178 ln -s ${DIR} sources/meta-b2qt 178 ln -s ${DIR} sources/meta-boot2qt
179 fi 179 fi
180 180
181 if [ ! -e "sources/meta-qt5" ] && [ -e "${DIR}/../meta-qt5" ]; then 181 if [ ! -e "sources/meta-qt5" ] && [ -e "${DIR}/../meta-qt5" ]; then