Skip to content

Commit 395469d

Browse files
authored
As Per XKCD #1168
1 parent 8617017 commit 395469d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ PIO_ENV:=\
1414
override_dh_auto_build:
1515
# Extract tarballs within source deb
1616
tar -xf pio.tar
17-
tar -xf web.tar web
17+
mkdir -p web && tar -xf web.tar -C web
1818
gunzip web/ -r
1919
# Build with platformio
2020
$(PIO_ENV) platformio run -e native
2121
# Move the binary and default config to the correct name
2222
mv .pio/build/native/program .pio/build/native/meshtasticd
23-
cp bin/config-dist.yaml bin/config.yaml
23+
cp bin/config-dist.yaml bin/config.yaml

0 commit comments

Comments
 (0)