Don't barf if the tree is clean.
parent
3031c5055a
commit
b6c8707a4d
|
|
@ -100,7 +100,9 @@ _build_runtime() {
|
||||||
echo "Building the desktop runtime..."
|
echo "Building the desktop runtime..."
|
||||||
_create_python_virtualenv
|
_create_python_virtualenv
|
||||||
cd ${SOURCEDIR}/runtime
|
cd ${SOURCEDIR}/runtime
|
||||||
make clean
|
if [ -f Makefile ]; then
|
||||||
|
make clean
|
||||||
|
fi
|
||||||
qmake
|
qmake
|
||||||
make
|
make
|
||||||
mkdir -p "${DESKTOPROOT}/usr/${APP_NAME}/bin"
|
mkdir -p "${DESKTOPROOT}/usr/${APP_NAME}/bin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue