changeset 215:1abb318f7ae3

No need to run rm -f "$INSTALL_USB/syntilista.sqlite3" anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Dec 2017 11:32:51 +0200
parents 8b7199f6d658
children 8b9d55fb8988
files build-win32.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-win32.sh	Mon Dec 18 11:32:31 2017 +0200
+++ b/build-win32.sh	Mon Dec 18 11:32:51 2017 +0200
@@ -55,5 +55,5 @@
 make -f Makefile.cross-mingw-win32 QT5_PREFIX="$QT5_PREFIX" BINPATH="$BUILDPATH"
 
 ### Install to targets
-do_install "$INSTALL_USB" && rm -f "$INSTALL_USB/syntilista.sqlite3"
+do_install "$INSTALL_USB"
 do_install "$INSTALL_WINE"