qtifw: force mv of test program

This commit is contained in:
Tony Theodore 2019-11-09 00:01:42 +11:00
parent 0031f5e1ab
commit df15b91859
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ define $(PKG)_BUILD_STATIC
-p packages \
-t '$(PREFIX)/$(TARGET)/qt5/bin/installerbase.exe' \
'/tmp/test-$(PKG)-tutorialinstaller.exe' && \
mv '/tmp/test-$(PKG)-tutorialinstaller.exe'* '$(PREFIX)/$(TARGET)/bin/'
mv -fv '/tmp/test-$(PKG)-tutorialinstaller.exe'* '$(PREFIX)/$(TARGET)/bin/'
endef