This commit is contained in:
Stefan Allius
2024-12-23 14:01:27 +01:00
committed by GitHub
parent 338b86964d
commit 26ca006853
5 changed files with 6 additions and 3 deletions

View File

@@ -104,10 +104,10 @@ FORCE : ;
#
INST=$(INST_BASE)/ha_addon_dev
repro_files = DOCS.md icon.png logo.png translations/de.yaml translations/en.yaml
repro_files = DOCS.md icon.png logo.png translations/de.yaml translations/en.yaml rootfs/run.sh
repro_root = CHANGELOG.md
repro_templates = config.yaml
repro_subdirs = translations
repro_subdirs = translations rootfs
repro_vers = debug dev rel
repro_all_files := $(foreach dir,$(repro_vers), $(foreach file,$(repro_files),$(INST_BASE)/ha_addon_$(dir)/$(file)))