squish: don't move executables

Squish's startaut needs to be in the expected location (SQUISH_PREFIX)
or it doesn't work.

Change-Id: I1cbb41fa4ad43cf309a6b04850021abfa47b628f
Reviewed-by: Timo Lahti <timo.lahti@qt.io>
(cherry picked from commit 79b82fe7b1)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Samuli Piippo 2024-02-29 09:13:41 +00:00 committed by Qt Cherry-pick Bot
parent d41fbe92cf
commit 8ef222ccce

View File

@ -56,10 +56,6 @@ do_install() {
DESTDIR=${D}/opt/squish
./build install DESTDIR=${DESTDIR}
install -d ${D}${bindir}
mv ${DESTDIR}/bin/* ${D}${bindir}
rmdir ${DESTDIR}/bin
install -d ${D}${QT6_INSTALL_PLUGINSDIR}
mv ${DESTDIR}/plugins/* ${D}${QT6_INSTALL_PLUGINSDIR}
rmdir ${DESTDIR}/plugins