comparison build-win32.sh @ 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 07e7f254ef16
comparison
equal deleted inserted replaced
214:8b7199f6d658 215:1abb318f7ae3
53 53
54 ### Create cross-building makefiles 54 ### Create cross-building makefiles
55 make -f Makefile.cross-mingw-win32 QT5_PREFIX="$QT5_PREFIX" BINPATH="$BUILDPATH" 55 make -f Makefile.cross-mingw-win32 QT5_PREFIX="$QT5_PREFIX" BINPATH="$BUILDPATH"
56 56
57 ### Install to targets 57 ### Install to targets
58 do_install "$INSTALL_USB" && rm -f "$INSTALL_USB/syntilista.sqlite3" 58 do_install "$INSTALL_USB"
59 do_install "$INSTALL_WINE" 59 do_install "$INSTALL_WINE"