forked from Mirror/frr
snapcraft: fix staging libssh on non-x86 arches
Signed-off-by: Alex Lewontin <alex.lewontin@canonical.com>
This commit is contained in:
parent
16f88c704c
commit
47cdbea73c
|
@ -272,7 +272,7 @@ parts:
|
||||||
- zlib1g
|
- zlib1g
|
||||||
prime:
|
prime:
|
||||||
- lib/librtr.so*
|
- lib/librtr.so*
|
||||||
- usr/lib/x86_64-linux-gnu/libssh.so*
|
- usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libssh.so*
|
||||||
source: https://github.com/rtrlib/rtrlib.git
|
source: https://github.com/rtrlib/rtrlib.git
|
||||||
source-type: git
|
source-type: git
|
||||||
source-tag: v0.8.0
|
source-tag: v0.8.0
|
||||||
|
|
Loading…
Reference in a new issue