fix tarball name
This commit is contained in:
parent
d542966f13
commit
a3ad1684d5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -115,4 +115,4 @@ release: check_release build
|
|||
@bash ./scripts/build_plugins.sh
|
||||
@mkdir -p "$(RELDIR)/plugins/backend"
|
||||
@find ./plugins -type f -name "*.so" -exec install -Dm 644 {} "$(RELDIR)/{}" \; || exiting
|
||||
@tar cvzf crowdsec-release.tgz $(RELDIR)
|
||||
@tar cvzf crowdsec-$(BUILD_VERSION).tgz $(RELDIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue