Skip to content

Commit

Permalink
Include custom query sample in package
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jun 8, 2020
1 parent b04a148 commit 1ad1887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile-package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ prep-pkg-env:
@chmod 644 $(SOURCE_DIR)/var/db/newrelic-infra/newrelic-integrations/*-definition.yml
@cp ./*-config.yml.sample $(SOURCE_DIR)/etc/newrelic-infra/integrations.d/
@chmod 644 $(SOURCE_DIR)/etc/newrelic-infra/integrations.d/*-config.yml.sample
@cp ./*-custom-query.yml.sample $(SOURCE_DIR)/etc/newrelic-infra/integrations.d/
@chmod 644 $(SOURCE_DIR)/etc/newrelic-infra/integrations.d/*-custom-query.yml.sample

deb: prep-pkg-env
@echo "=== Main === [ deb ]: building DEB package..."
Expand Down

0 comments on commit 1ad1887

Please sign in to comment.