mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 11:18:43 +00:00
snapcraft: Fix passthrough path for Libyang 1.x
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
fe035acc87
commit
f3ebaf3820
@ -392,6 +392,6 @@ parts:
|
|||||||
|
|
||||||
passthrough:
|
passthrough:
|
||||||
layout:
|
layout:
|
||||||
/usr/lib/x86_64-linux-gnu/libyang:
|
/usr/lib/x86_64-linux-gnu/libyang1:
|
||||||
bind: $SNAP/usr/lib/x86_64-linux-gnu/libyang
|
bind: $SNAP/usr/lib/x86_64-linux-gnu/libyang1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user