Fix config files. Do not overwrite them.

This commit is contained in:
David Newhall II 2019-06-29 15:42:58 -07:00
parent cb74b4d3e5
commit ec0a882ed2
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ $(BINARY)-$(RPMVERSION)-$(ITERATION).x86_64.rpm: check_fpm package_build_linux
--url $(URL) \ --url $(URL) \
--maintainer "$(MAINT)" \ --maintainer "$(MAINT)" \
--description "$(DESC)" \ --description "$(DESC)" \
--config-files "/etc/$(BINARY)/" \
--chdir package_build_linux --chdir package_build_linux
deb: clean $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb deb: clean $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb
@ -110,6 +111,7 @@ $(BINARY)_$(VERSION)-$(ITERATION)_amd64.deb: check_fpm package_build_linux
--url $(URL) \ --url $(URL) \
--maintainer "$(MAINT)" \ --maintainer "$(MAINT)" \
--description "$(DESC)" \ --description "$(DESC)" \
--config-files "/etc/$(BINARY)/" \
--chdir package_build_linux --chdir package_build_linux
docker: docker: