From: Martin Winter Date: Thu, 7 Jan 2021 01:14:52 +0000 (+0100) Subject: snapcraft: Fix passthrough path for Libyang 1.x X-Git-Tag: frr-7.5.1~13^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=3d00552fa9aedb96acd7ea773bc14fd2b77e7e0f;p=mirror%2Ffrr.git snapcraft: Fix passthrough path for Libyang 1.x Signed-off-by: Martin Winter --- diff --git a/snapcraft/snapcraft.yaml.in b/snapcraft/snapcraft.yaml.in index c0c31b5fd1..fd265242c9 100644 --- a/snapcraft/snapcraft.yaml.in +++ b/snapcraft/snapcraft.yaml.in @@ -392,6 +392,6 @@ parts: passthrough: layout: - /usr/lib/x86_64-linux-gnu/libyang: - bind: $SNAP/usr/lib/x86_64-linux-gnu/libyang + /usr/lib/x86_64-linux-gnu/libyang1: + bind: $SNAP/usr/lib/x86_64-linux-gnu/libyang1