# HG changeset patch # User Chris Cannam # Date 1595521511 -3600 # Node ID fe540b4ee9b48470e8d463ddc6c15b107b78dbba # Parent b1c821c53cafd6ba27f2adbaa4eb45f92c2b5460# Parent af1a7d76539db038279a1a664266008cf82fa8f4 Merge diff -r b1c821c53caf -r fe540b4ee9b4 deploy/clean-build-and-package --- a/deploy/clean-build-and-package Thu Jul 23 17:24:55 2020 +0100 +++ b/deploy/clean-build-and-package Thu Jul 23 17:25:11 2020 +0100 @@ -16,6 +16,11 @@ if [ -d /Applications ]; then + if [ ! -f Makefile ]; then + echo "You must have run a routine normal build at least once before this, so I can see which Qt settings to use" + exit 1 + fi + qmake=$(grep '^# Command: ' Makefile | awk '{ print $3; }') echo "Proceed to rebuild, package, and sign version $version using"