From 7ef59391594be905f8340cb5fef2afe2c25ddba9 Mon Sep 17 00:00:00 2001
From: "kali kaneko (leap communications)" <kali@leap.se>
Date: Thu, 1 Oct 2020 21:03:58 +0200
Subject: [PATCH] [pkg] use make build

---
 branding/templates/snap/snapcraft-template.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/branding/templates/snap/snapcraft-template.yaml b/branding/templates/snap/snapcraft-template.yaml
index 2833f042..c4f3afef 100644
--- a/branding/templates/snap/snapcraft-template.yaml
+++ b/branding/templates/snap/snapcraft-template.yaml
@@ -38,7 +38,7 @@ parts:
         mkdir -p $SNAPCRAFT_PART_INSTALL/snap/
         mkdir -p $SNAPCRAFT_PRIME/snap/
         echo ${version} > $SNAPCRAFT_PRIME/snap/version.txt
-        QT_SELECT=5 XBUILD=no TARGET=${binaryName} ./build.sh
+        QT_SELECT=5 XBUILD=no TARGET=${binaryName} make build
         mkdir -p $SNAPCRAFT_PART_INSTALL/bin
         mv qtbuild/release/${binaryName} $SNAPCRAFT_PART_INSTALL/bin/
     override-prime: |
-- 
GitLab