Skip to content

Commit

Permalink
copy the run.sh scripts into the add-on repros
Browse files Browse the repository at this point in the history
  • Loading branch information
s-allius committed Dec 23, 2024
1 parent 3f4997a commit 772da4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_addons/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 772da4f

Please sign in to comment.