diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-06 20:32:43 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-10-06 21:12:59 +0200 |
commit | 10c7e9ed157c0bc44424cab769be3f156bbc580a (patch) | |
tree | 35250badfd41dcf162975a195e41fcabf7ed0112 /branding/templates/makefile/Makefile | |
parent | efde1a428e63be02a9f3e17df9f25490c8c0983c (diff) |
[pkg] remove extra files from snap folder
- Resolves: #204
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 |