[PATCH] snapcraft: fix path to fwts

Colin King colin.king at canonical.com
Mon Sep 27 10:05:29 UTC 2021


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




More information about the fwts-devel mailing list