From 05418f700a03a7972a5b480045dccbdca4547da9 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 21 Sep 2018 02:02:13 +0200 Subject: [PATCH] use override-build instead of prepare --- snapcraft.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 197ce2e3..13263d0f 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -41,8 +41,10 @@ parts: source: . after: [desktop-qt5] project-files: [ nymea-app.pro ] - prepare: git submodule update --init # options: [ CONFIG+=withavahi ] + override-build: | + git submodule update --init + snapcraftctl build build-packages: - qt5-default - qt5-qmake