ACK: [PATCH] Snapcraft: fix typo in path
Alex Hung
alex.hung at canonical.com
Thu May 11 01:24:36 UTC 2017
On 2017-05-10 08:22 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Fickle fingers, I managed to make a typo in the path variable
>
> 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 c35a78df..5179c587 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -24,4 +24,4 @@ apps:
> fwts:
> command: bin/fwts
> environment:
> - LD_LIBRARY_PATH: $LD_LIBRART_PATH:$SNAP/lib/fwts
> + LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/lib/fwts
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list