mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 07:03:59 +00:00
Merge pull request #12116 from alexclewontin/snapcraft-arch
snapcraft: fix staging libssh on non-x86 arches
This commit is contained in:
commit
05139d1026
@ -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 New Issue
Block a user