From 75fc908bba90d4bd06e85efc1c4ed77952ec842c Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 15 Jun 2018 10:59:18 +0100 Subject: [PATCH] Fix snap launcher path. --- snap/launcher.sh | 2 +- snap/snapcraft.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/snap/launcher.sh b/snap/launcher.sh index 2bc748ad..bedd7cdf 100755 --- a/snap/launcher.sh +++ b/snap/launcher.sh @@ -38,4 +38,4 @@ else fi # Launch the snap -$SNAP/usr/local/sbin/mosquitto -c $CONFIG_FILE $@ +$SNAP/usr/sbin/mosquitto -c $CONFIG_FILE $@ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 08ceeb72..97c891df 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -44,12 +44,11 @@ parts: mosquitto: plugin: make - make-parameters: ["prefix=/usr", "WITH_SRV=no", "WITH_WEBSOCKETS=static"] + make-parameters: ["prefix=/usr", "WITH_SRV=no", "WITH_WEBSOCKETS=no"] source: https://github.com/eclipse/mosquitto source-type: git build-packages: - - libwebsockets-dev - libssl-dev - uuid-dev - xsltproc