From b87ec4fe632ceb3e9f0a9c00f242f18184af25e3 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sat, 29 Jun 2019 17:46:29 -0700 Subject: [PATCH] do not protect example file. --- integrations/inputunifi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/inputunifi/Makefile b/integrations/inputunifi/Makefile index 2c3be7ee..cbf09f17 100644 --- a/integrations/inputunifi/Makefile +++ b/integrations/inputunifi/Makefile @@ -108,7 +108,7 @@ $(BINARY)-$(RPMVERSION)-$(ITERATION).x86_64.rpm: check_fpm package_build_linux --url $(URL) \ --maintainer "$(MAINT)" \ --description "$(DESC)" \ - --config-files "/etc/$(BINARY)/" \ + --config-files "/etc/$(BINARY)/$(CONFIG_FILE)" \ --chdir package_build_linux deb: $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb @@ -125,7 +125,7 @@ $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb: check_fpm package_build_linux --url $(URL) \ --maintainer "$(MAINT)" \ --description "$(DESC)" \ - --config-files "/etc/$(BINARY)/" \ + --config-files "/etc/$(BINARY)/$(CONFIG_FILE)" \ --chdir package_build_linux docker: