Don't barf if the tree is clean.

This commit is contained in:
Dave Page 2020-03-16 12:39:24 +00:00
parent 3031c5055a
commit b6c8707a4d

View File

@ -100,7 +100,9 @@ _build_runtime() {
echo "Building the desktop runtime..."
_create_python_virtualenv
cd ${SOURCEDIR}/runtime
make clean
if [ -f Makefile ]; then
make clean
fi
qmake
make
mkdir -p "${DESKTOPROOT}/usr/${APP_NAME}/bin"