meshtasticd-debian: Include web components (#5778)
This commit is contained in:
Vendored
+5
-2
@@ -12,9 +12,12 @@ PIO_ENV:=\
|
||||
PLATFORMIO_PACKAGES_DIR=pio/packages
|
||||
|
||||
override_dh_auto_build:
|
||||
# Build with platformio
|
||||
# Extract tarballs within source deb
|
||||
tar -xf pio.tar
|
||||
tar -xf web.tar web
|
||||
gunzip web/ -r
|
||||
# Build with platformio
|
||||
$(PIO_ENV) platformio run -e native
|
||||
# Move the binary and default config to the correct name
|
||||
mv .pio/build/native/program .pio/build/native/meshtasticd
|
||||
cp bin/config-dist.yaml bin/config.yaml
|
||||
cp bin/config-dist.yaml bin/config.yaml
|
||||
Reference in New Issue
Block a user