remove trailing from cp in make release (#1416)
This commit is contained in:
parent
bf4bc0c9fc
commit
a0a5776e51
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -185,7 +185,7 @@ package-common:
|
|||
@cp $(SPLUNK_PLUGIN_FOLDER)/$(SPLUNK_PLUGIN_CONFIG) $(RELDIR)/$(subst ./,,$(SPLUNK_PLUGIN_FOLDER))
|
||||
@cp $(EMAIL_PLUGIN_FOLDER)/$(EMAIL_PLUGIN_CONFIG) $(RELDIR)/$(subst ./,,$(EMAIL_PLUGIN_FOLDER))
|
||||
|
||||
@cp -R ./config/ $(RELDIR)
|
||||
@cp -R ./config $(RELDIR)
|
||||
@cp wizard.sh $(RELDIR)
|
||||
@cp scripts/test_env.sh $(RELDIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue