summaryrefslogtreecommitdiff
path: root/branding
diff options
context:
space:
mode:
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}