meshtasticd-debian: Include core_dir in sdeb (#5761)

This commit is contained in:
Austin
2025-01-05 15:26:31 -06:00
committed by GitHub
co-authored by GitHub
parent fb74e1d182
commit b0087fd328
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
export DEBEMAIL="jbennett@incomsystems.biz"
export PLATFORMIO_LIBDEPS_DIR=pio/libdeps
export PLATFORMIO_PACKAGES_DIR=pio/packages
export PLATFORMIO_CORE_DIR=.pio_core
export PLATFORMIO_CORE_DIR=pio/core
# Download libraries to `libdeps`
platformio pkg install -e native
+1 -1
View File
@@ -7,7 +7,7 @@
# https://docs.platformio.org/en/latest/envvars.html
PIO_ENV:=\
PLATFORMIO_CORE_DIR=.pio_core \
PLATFORMIO_CORE_DIR=pio/core \
PLATFORMIO_LIBDEPS_DIR=pio/libdeps \
PLATFORMIO_PACKAGES_DIR=pio/packages
+2 -1
View File
@@ -1,2 +1,3 @@
pio/libdeps
pio/packages
pio/packages
pio/core