mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-25 08:21:04 -06:00
Don't barf if the tree is clean.
This commit is contained in:
parent
3031c5055a
commit
b6c8707a4d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user