summaryrefslogtreecommitdiff
path: root/branding
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-10-01 21:03:58 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-10-02 13:28:37 +0200
commit7ef59391594be905f8340cb5fef2afe2c25ddba9 (patch)
treee2cf561f50237dbd9fe15acfa5fc19c2cba23c70 /branding
parentd4e6561f2d65e2deab3a418f55b4ae4d8b6c8457 (diff)
[pkg] use make build
Diffstat (limited to 'branding')
-rw-r--r--branding/templates/snap/snapcraft-template.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/templates/snap/snapcraft-template.yaml b/branding/templates/snap/snapcraft-template.yaml
index 2833f04..c4f3afe 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: |