Commit c6495e5f authored by Colin Ian King's avatar Colin Ian King Committed by yonghong-song

snapcraft: use new snapcraft rules to clean up wrapping of executables (#2056)

Snapcraft has an improved mechanism for wrapping python executables.
Remove all the older snapcraft legacy cruft and update for the new
snapcraft tooling.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
parent 166fba57
......@@ -29,7 +29,7 @@ all: set_version
snapcraft
set_version:
cat snapcraft.yaml | sed 's/version: .*/version: $(V)/' > snapcraft-tmp.yaml
cat snapcraft.yaml | sed 's/^version: .*/version: $(V)/' > snapcraft-tmp.yaml
mv snapcraft-tmp.yaml snapcraft.yaml
install:
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment