diff options
Diffstat (limited to 'branding/templates/makefile/Makefile')
-rwxr-xr-x | branding/templates/makefile/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/branding/templates/makefile/Makefile b/branding/templates/makefile/Makefile index b4faa60..1c4083f 100755 --- a/branding/templates/makefile/Makefile +++ b/branding/templates/makefile/Makefile @@ -86,7 +86,6 @@ pkg_snap: -@mkdir -p ../../deploy @echo "[+] building snap..." cd ../..; \ - ln -s build/$(PROVIDER)/snap snap; \ snapcraft build; \ snapcraft snap -@rm ../../snap |