qtifw: rm test program first

can be a directory on darwin
This commit is contained in:
Tony Theodore 2019-11-09 00:53:08 +11:00
parent 371cbdde75
commit 25d6b85b51
1 changed files with 1 additions and 0 deletions

View File

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