diff options
author | Ruben Pollan <meskio@sindominio.net> | 2020-08-18 13:01:31 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-09-25 12:33:40 +0200 |
commit | 45781102d24f7bdac93dcbbf8f8ae4bfe0c3950e (patch) | |
tree | 8d96dba125bff5abd8d1f545f5aa2247e6e923c1 /branding/templates/makefile | |
parent | cf8e28271408f0627a09c9db5c02046a7509ddf6 (diff) |
[pkg] let's get snaps working with our qt build
- Resolves: #297
Diffstat (limited to 'branding/templates/makefile')
-rwxr-xr-x | branding/templates/makefile/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/branding/templates/makefile/Makefile b/branding/templates/makefile/Makefile index c042d27..0c21eaf 100755 --- a/branding/templates/makefile/Makefile +++ b/branding/templates/makefile/Makefile @@ -85,8 +85,11 @@ endif pkg_snap: -@mkdir -p ../../deploy @echo "[+] building snap..." + cd ../.. + -@ln -s build/$(PROVIDER)/snap snap snapcraft build snapcraft snap + -@rm snap @mv $(BINNAME)* ../../deploy pkg_deb: |