summaryrefslogtreecommitdiff
path: root/branding/templates/makefile/Makefile
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-08-18 13:01:31 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-09-25 12:33:40 +0200
commit45781102d24f7bdac93dcbbf8f8ae4bfe0c3950e (patch)
tree8d96dba125bff5abd8d1f545f5aa2247e6e923c1 /branding/templates/makefile/Makefile
parentcf8e28271408f0627a09c9db5c02046a7509ddf6 (diff)
[pkg] let's get snaps working with our qt build
- Resolves: #297
Diffstat (limited to 'branding/templates/makefile/Makefile')
-rwxr-xr-xbranding/templates/makefile/Makefile3
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: