[PATCH] Snapcraft: fix typo in path

Colin King colin.king at canonical.com
Wed May 10 15:22:32 UTC 2017


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
-- 
2.11.0




More information about the fwts-devel mailing list