ACK: [PATCH] snapcraft: Fix incorrect core20 library path
ivanhu
ivan.hu at canonical.com
Tue Sep 28 01:51:24 UTC 2021
On 9/27/21 7:23 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> The libraries are now stored in usr/local, so adjust the library path
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> snapcraft.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index da165633..b565ef62 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -41,4 +41,4 @@ apps:
> plugs: [home, hardware-observe, io-ports-control, kernel-module-control, log-observe, system-observe ]
> command: usr/local/bin/fwts
> environment:
> - LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/lib/fwts
> + LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/local/lib/fwts
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list