X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=898b5528f00ef16ea99c61b2db6081986d18d037;hb=57bdfc8349b3c8a727d6f439e1fd12661bc00a15;hp=1d5c90925848d99d2d5c85e00fb8440237d42a05;hpb=7adfd21a66846ebb907bdcfd411e00670d70fa06;p=src%2Fxds%2Fxds-agent.git diff --git a/Makefile b/Makefile index 1d5c909..898b552 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ package: clean tools/syncthing vendor build ifneq ($(GOOS), windows) @cp -r $(ROOT_SRCDIR)/conf.d $(ROOT_SRCDIR)/scripts $(PACKAGE_DIR)/$(TARGET)/ endif - @cp $(ROOT_SRCDIR)/conf.d/etc/xds-agent/agent-config.json $(PACKAGE_DIR)/$(TARGET)/agent-config.json.in + @cp $(ROOT_SRCDIR)/conf.d/etc/xds/agent/agent-config.json $(PACKAGE_DIR)/$(TARGET)/agent-config.json.in @cd $(PACKAGE_DIR) && zip -r $(ROOT_SRCDIR)/$(PACKAGE_ZIPFILE) ./$(TARGET) @echo "### Package $(PACKAGE_ZIPFILE) has been successfuly built - $(BUILD_MODE)"