From 8d7ac157ab2286c19e5577d67198dfc01bceb1ea Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Fri, 29 Mar 2019 22:58:48 +0100 Subject: [PATCH] Update snapcraft.yaml --- snap/snapcraft.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8e74041..326072e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,13 +12,13 @@ confinement: devmode # use 'strict' once you have the right plugs and slots parts: - plugin: cmake - source: https://github.com/mpromonet/v4l2rtspserver - source-type: git - install: | - cmake . - make - cpack - mkdir -p $SNAPCRAFT_PART_INSTALL/bin/ - cp *.deb $SNAPCRAFT_PART_INSTALL/bin/ + build: + plugin: cmake + source: https://github.com/mpromonet/v4l2rtspserver + source-type: git + install: | + cmake . + make + cpack +