From d25a34377f80bc9e529fdd73fd394367ed9ebc32 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Thu, 15 Aug 2019 04:38:55 +0000 Subject: [PATCH] Install the libcvc library --- snap/snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 21b0ed3f0..f8d5e26ef 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -58,3 +58,5 @@ parts: cd build make -j -l $(grep -c "^processor" /proc/cpuinfo) make install + mkdir -p $SNAPCRAFT_PART_INSTALL/usr/lib/ + cp $SNAPCRAFT_STAGE/usr/lib/libcvc4.so.6 $SNAPCRAFT_PART_INSTALL/usr/lib/