ACK: [PATCH] snapcraft: fix path to fwts

ivanhu ivan.hu at canonical.com
Tue Sep 28 01:51:01 UTC 2021



On 9/27/21 6:05 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> Path needs fixing up for core20. Not sure why this now fails, but it
> used to work. Use the new 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 ce4113fd..da165633 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -39,6 +39,6 @@ parts:
>  apps:
>      fwts:
>          plugs: [home, hardware-observe, io-ports-control, kernel-module-control, log-observe, system-observe ]
> -        command: bin/fwts
> +        command: usr/local/bin/fwts
>          environment:
>              LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/lib/fwts
> 

Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list