Skip to content

Commit

Permalink
fix make publish
Browse files Browse the repository at this point in the history
- make publish-arch-* must include make arch-* (broken by SynoCommunity#6002)
  • Loading branch information
hgy59 committed Apr 6, 2024
1 parent 07a737d commit e8c1673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/spksrc.publish.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publish-arch-%:
###

publish-build-arch-%: SHELL:=/bin/bash
publish-build-arch-%:
publish-build-arch-%: build-arch-%
@$(MSG) PUBLISHING package for arch $* to http://synocommunity.com | tee --append build-$*.log
@MAKEFLAGS= $(MAKE) ARCH=$(firstword $(subst -, ,$*)) TCVERSION=$(lastword $(subst -, ,$*)) publish 2>&1 | tee --append publish-$*.log >(grep -e '^http' -e '^{"package":' -e '^{"message":' >> status-publish.log) ; \
status=$${PIPESTATUS[0]} ; \
Expand Down

0 comments on commit e8c1673

Please sign in to comment.