summaryrefslogtreecommitdiff
path: root/branding
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-08-06 19:11:33 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-08-06 19:39:54 +0200
commit04c7f9b44ddb3840ab3ca58b9bcb8fce39a2a285 (patch)
tree690beb0884990e512531ffe1068d8042567fab4c /branding
parent3c23cb6e3223d72116e9b16109f7e81adaf87d91 (diff)
[pkg] update depends
Diffstat (limited to 'branding')
-rwxr-xr-xbranding/templates/makefile/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/branding/templates/makefile/Makefile b/branding/templates/makefile/Makefile
index c66880c..1b1bd70 100755
--- a/branding/templates/makefile/Makefile
+++ b/branding/templates/makefile/Makefile
@@ -81,11 +81,11 @@ pkg_osx:
# -----------------------------------------------------------------------------
pkg_snap:
- echo "[+] building snap..."
+ @echo "[+] building snap..."
snapcraft build
snapcraft snap
- mkdir -p dist
- mv $(BINNAME)* dist/
+ -@mkdir -p dist
+ @mv $(BINNAME)* dist/
pkg_deb:
echo "[+] building debian package version" ${DEB_VERSION}