Skip to content

Commit 39046b9

Browse files
authored
Merge pull request #3 from newrelic/alejandrodnm-patch-1
Update Makefile-package.mk
2 parents b5a0391 + 24eee78 commit 39046b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile-package.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LICENSE = "https://newrelic.com/terms (also see LICENSE.txt installed
99
VENDOR = "New Relic, Inc."
1010
PACKAGER = "New Relic Infrastructure Team <infrastructure-eng@newrelic.com>"
1111
PACKAGE_URL = "https://www.newrelic.com/infrastructure"
12-
SUMMARY = "New Relic Infrastructure $(INTEGRATION) Integrations"
13-
DESCRIPTION = "New Relic Infrastructure $(INTEGRATION) Integrations extend the core New Relic\nInfrastructure agent's capabilities to allow you to collect metric and\nlive state data from your infrastructure $(INTEGRATION) components."
12+
SUMMARY = "New Relic Infrastructure $(INTEGRATION) Integration"
13+
DESCRIPTION = "New Relic Infrastructure $(INTEGRATION) Integration extend the core New Relic\nInfrastructure agent's capabilities to allow you to collect metric and\nlive state data from your infrastructure $(INTEGRATION) components."
1414
FPM_COMMON_OPTIONS = --verbose -C $(SOURCE_DIR) -s dir -n $(PROJECT_NAME) -v $(VERSION) --iteration $(RELEASE) --prefix "" --license $(LICENSE) --vendor $(VENDOR) -m $(PACKAGER) --url $(PACKAGE_URL) --config-files /etc/newrelic-infra/ --description "$$(printf $(DESCRIPTION))" --depends "newrelic-infra >= 1.0.726"
1515
FPM_DEB_OPTIONS = -t deb -p $(PACKAGES_DIR)/deb/
1616
FPM_RPM_OPTIONS = -t rpm -p $(PACKAGES_DIR)/rpm/ --epoch 0 --rpm-summary $(SUMMARY)

0 commit comments

Comments
 (0)