From 436d0437a9bbc26ba71308f1f3930a4f6c77fa25 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 18 Aug 2020 17:46:53 +0200 Subject: [ci] build snap image --- branding/templates/makefile/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'branding/templates/makefile') diff --git a/branding/templates/makefile/Makefile b/branding/templates/makefile/Makefile index 0c21eaf..b4faa60 100755 --- a/branding/templates/makefile/Makefile +++ b/branding/templates/makefile/Makefile @@ -85,12 +85,12 @@ endif pkg_snap: -@mkdir -p ../../deploy @echo "[+] building snap..." - cd ../.. - -@ln -s build/$(PROVIDER)/snap snap - snapcraft build + cd ../..; \ + ln -s build/$(PROVIDER)/snap snap; \ + snapcraft build; \ snapcraft snap - -@rm snap - @mv $(BINNAME)* ../../deploy + -@rm ../../snap + @mv ../../$(BINNAME)* ../../deploy pkg_deb: echo "[+] building debian package version" ${DEB_VERSION} -- cgit v1.2.3