mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-30 03:04:38 +01:00
Handle steampipe quirks in deploy builds
This commit is contained in:
parent
c9696c9f3f
commit
2a28a339b6
3 changed files with 145 additions and 2 deletions
|
|
@ -1100,10 +1100,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