mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
Handle steampipe quirks in deploy builds
This commit is contained in:
parent
8ac4af3909
commit
d9a9410ed2
3 changed files with 145 additions and 2 deletions
|
|
@ -1106,10 +1106,14 @@ all-dist:
|
|||
## make deploy
|
||||
##
|
||||
|
||||
STEAMPIPE_FIXUPS_PY := $(SRCDIR)/steampipe_fixups.py
|
||||
|
||||
.PHONY: deploy
|
||||
deploy: all
|
||||
mkdir -p $(DEPLOY_DIR) && \
|
||||
rsync --delete --exclude compatibilitytool.vdf -arx $(DST_BASE)/ $(DEPLOY_DIR)
|
||||
cp -a $(STEAMPIPE_FIXUPS_PY) $(DEPLOY_DIR)
|
||||
python3 $(STEAMPIPE_FIXUPS_PY) process $(DEPLOY_DIR)
|
||||
|
||||
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue