We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617017 commit 395469dCopy full SHA for 395469d
debian/rules
@@ -14,10 +14,10 @@ PIO_ENV:=\
14
override_dh_auto_build:
15
# Extract tarballs within source deb
16
tar -xf pio.tar
17
- tar -xf web.tar web
+ mkdir -p web && tar -xf web.tar -C web
18
gunzip web/ -r
19
# Build with platformio
20
$(PIO_ENV) platformio run -e native
21
# Move the binary and default config to the correct name
22
mv .pio/build/native/program .pio/build/native/meshtasticd
23
- cp bin/config-dist.yaml bin/config.yaml
+ cp bin/config-dist.yaml bin/config.yaml
0 commit comments