From ec0a882ed2fb5c22c7208b6000e92e0ab0fc46b9 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sat, 29 Jun 2019 15:42:58 -0700 Subject: [PATCH] Fix config files. Do not overwrite them. --- integrations/inputunifi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integrations/inputunifi/Makefile b/integrations/inputunifi/Makefile index a1e1f7f3..061001e5 100644 --- a/integrations/inputunifi/Makefile +++ b/integrations/inputunifi/Makefile @@ -95,6 +95,7 @@ $(BINARY)-$(RPMVERSION)-$(ITERATION).x86_64.rpm: check_fpm package_build_linux --url $(URL) \ --maintainer "$(MAINT)" \ --description "$(DESC)" \ + --config-files "/etc/$(BINARY)/" \ --chdir package_build_linux deb: clean $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb @@ -110,6 +111,7 @@ $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb: check_fpm package_build_linux --url $(URL) \ --maintainer "$(MAINT)" \ --description "$(DESC)" \ + --config-files "/etc/$(BINARY)/" \ --chdir package_build_linux docker: