mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 23:47:52 +08:00
Fix snap launcher path.
This commit is contained in:
+1
-1
@@ -38,4 +38,4 @@ else
|
||||
fi
|
||||
|
||||
# Launch the snap
|
||||
$SNAP/usr/local/sbin/mosquitto -c $CONFIG_FILE $@
|
||||
$SNAP/usr/sbin/mosquitto -c $CONFIG_FILE $@
|
||||
|
||||
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user